×
TForm represents a standard application window (form). When you create forms in the Form designer at design time, they are implemented as descendants of TForm.
TForm · FMX.Forms3D.TForm3D · Vcl.Forms.TForm · Adding Forms · Using Forms · Using the Main Form · Creating Forms Dynamically · Creating Modeless Forms Such as ...
2019/06/21 · The solution is to use a base form. Descend all your front end forms from a form that has a Memo1 and use a variable of the type of that form.
2015/01/28 · I'm wondering if its possible, in Delphi, to be able to define a base form class deriving from TForm with a generic.
Forms in Delphi are defined by the TForm class, which is included in the Forms unit of VCL. Of course, there is now a second definition of forms in VisualCLX.
This page is intended as a supplement to the official documentation on Delphi programming. CodeGear is in the process of putting the Delphi documentation on ...
2019/01/25 · The AOwner parameter is the owner of the TForm object. The owner of the form is responsible for freeing the form -- i.e., memory allocated by ...
関連する質問
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 ...
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 ...
The TdxForm class is designed to substitute TForm as a form ancestor in DPI-aware applications. An instance of a form class derived from TdxForm (TdxRibbonForm ...