[Overview][Types][Classes][Index] |
Creates the TControl instance assigned to the Buddy property.
Source position: groupededit.pp line 182
protected function TCustomAbstractGroupedEdit.CreateBuddy: TControl; virtual; |
TControl instance created in the method.
CreateBuddy is a TControl function used to create the TControl instance assigned to the Buddy property. CreateBuddy calls GetBuddyClassType to get the class reference used to create new instances of the control, and calls its Create method using the current class instance as the owner for the TControl instance.
CreateBuddy is used the Create constructor.
|
Represents the associated TControl instance in the grouped edit control. |
|
|
Gets the class reference used to create the Buddy for the control. |
|
|
Constructor for the class instance. |
|
|
Creates the TGEEdit instance used in the BaseEditor property. |
Version 4.0 | Generated 2025-05-03 | Home |