[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: controls.pp line 421
public constructor TDragImageListResolution.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the new class instance. |
Create is the overridden constructor for TDragImageListResolution. Create calls the inherited constructor using TheOwner as the owner for the class instance. Create sets the initial the values for internal members in the class instance.
Version 4.0 | Generated 2025-05-03 | Home |