Description | Hierarchy | Fields | Methods | Properties |
type TAdSetupSection = class(TObject)
Class used internally by the setup dialog that adds a new property group to the dialof.
constructor Create(AParent: TWinControl; ACaption: string); |
|
destructor Destroy; override; |
|
procedure AddControl(AControl: TWinControl); |
property Caption: string read FCaption; |
constructor Create(AParent: TWinControl; ACaption: string); |
|
Creates a new section as child of a certain control and with a specific caption. |
destructor Destroy; override; |
|
Destroys the sections. |
procedure AddControl(AControl: TWinControl); |
|
Adds a new control to the section that is automatically centered and aligned. |
property Caption: string read FCaption; |
|
Caption specifies the caption set in the constructor. |