×
TForm. Up to Parent: Vcl.Forms · Methods · Properties · Events · Fields. TForm. Delphi ... TForm represents a standard application window (form). When you create ...
関連する質問
Vcl.Forms.TForm Methods ; ArrangeIcons, public, Arranges the icons of minimized MDI child forms. ; Assign, public, Copies the contents of another similar object.
2019/01/25 · When you create Delphi objects dynamically that inherit from TControl, such as a TForm (representing a form/window in Delphi applications), ...
TForm Class. Edit. This page is intended as a supplement to the official documentation on Delphi programming. CodeGear is in the process of putting the Delphi ...
他の人はこちらも検索
2024/01/25 · TForm is a Delphi VCL class encapsulating a standard application window. tform. tform. Watch tag. Ignore tag.
2000/07/19 · applicaiton's main form if a main form does not already exist. I use TForm.Create when I'm creating forms myself, and let Delphi use
2019/10/15 · It's for buttons and menu items. You select an action defined in a TActionList object (centralized actions). It's strange to have this for TForm ...
2019/11/07 · When I create a new form (File - New - VCL Form) font and size is always like this: Font.Height = -11 Font.Name = 'Tahoma'.
2022/07/16 · TForm is the class of a form object. All forms created at design time can be derived from TForm. The form represents a window or dialog box ...