[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: controls.pp line 943
public constructor TAnchorSide.Create( |
TheOwner: TControl; |
TheKind: TAnchorKind |
); |
TheOwner |
|
Owner of the class instance. |
TheKind |
|
TAnchorKind value for the Kind property. |
Create is the constructor for the class instance.
Create calls the inherited constructor, and sets the values in the Owner, Kind, and Side properties. The default value for Side is asrTop.
Version 4.0 | Generated 2025-05-03 | Home |