×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
ActiveControl. 親: TForm. Delphi. property ActiveControl: TWinControl read FActiveControl write SetActiveControl stored IsForm;. C++. __property ActiveControl; ...
TScreen.ActiveControl. 親: TScreen. Delphi. property ActiveControl: TWinControl read FActiveControl;. C++. __property Vcl::Controls::TWinControl* ActiveControl ...
ActiveControl はアプリケーション内で最後に WM_SETFOCUS を受け取ったコントロールです。 ActiveCustomForm(Delphi 3 以降 Only) はアプリケーション内で最後に ...
関連する質問
2023/03/23 · ... ((ActiveControl is TDBGrid) or (ActiveControl is ... ここにあるドキュメントは NIFTY SERVEの Delphi ... 使用者のリスクの範疇でご使用下さい。 Copyright 1996-2002 Delphi ...
2014/12/08 · 私が試した限りでは、別フォームのActiveControlプロパティも有効な値を返すように見えましたが、注意が必要です。 SplitContainerコントロール上の ...
2024/02/19 · ... ActiveControl = DBGrid1 then begin if Key = VK_RETURN then begin Key := VK_TAB; end; end; end;. このように実装するとDBGridでのEnterキーがTab ...
procedure TForm1.Edit1KeyPress(Sender: TObject; var Key: Char); begin if Key = #13 then begin SelectNext(ActiveControl,True,True); key := #0;
tknakamuri.web.fc2.com からのActiveControl DELPHI
Tip. Delphi のフォームはダイアログボックスと良く似 ... ところが Delphi のフォームの場合 ... ActiveControl = Sender then begin p := TWinControlDummy(ActiveControl.
[Delphi] オリジナルなメッセージダイアログ. MessageDlg関数では下記の様な ... ActiveControl := TWinControl(Dlg.Components[3]); Dlg.ActiveControl := TWinControl(Dlg.