×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
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 ...
... Delphi 3 以降では TCustomForm または TCustomFormの継承クラスのインスタンスを ... ActiveControl Property が Nil でないなら、ActiveControl が示すウィンドウ ...
2014/12/08 · 私が試した限りでは、別フォームのActiveControlプロパティも有効な値を返すように見えましたが、注意が必要です。 SplitContainerコントロール上の ...
2023/03/23 · ... ((ActiveControl is TDBGrid) or (ActiveControl is ... ここにあるドキュメントは NIFTY SERVEの Delphi ... 使用者のリスクの範疇でご使用下さい。 Copyright 1996-2002 Delphi ...
2024/02/19 · ... ActiveControl = DBGrid1 then begin if Key = VK_RETURN then begin Key := VK_TAB; end; end; end;. このように実装するとDBGridでのEnterキーがTab ...
[Delphi] オリジナルなメッセージダイアログ. MessageDlg関数では下記の様な ... ActiveControl := TWinControl(Dlg.Components[3]); Dlg.ActiveControl := TWinControl(Dlg.
procedure TForm1.Edit1KeyPress(Sender: TObject; var Key: Char); begin if Key = #13 then begin SelectNext(ActiveControl,True,True); key := #0;
tknakamuri.web.fc2.com からのdelphi ActiveControl
Tip. Delphi のフォームはダイアログボックスと良く似 ... ところが Delphi のフォームの場合 ... ActiveControl = Sender then begin p := TWinControlDummy(ActiveControl.