[Overview][Types][Classes][Procedures and functions][Index] |
Sets the value for the Anchors property.
Source position: extctrls.pp line 407
protected procedure TCustomSplitter.SetAnchors( |
const AValue: TAnchors |
); override; |
AValue |
|
New value for the Anchors property. |
SetAnchors is an overridden procedure used to implement the write access specifier for the Anchors property. SetAnchors calls AdaptAnchors to ensure that the new value for the property reflects the setting in the Align property. SetAnchors calls the inherited method prior to exit.
|
The set of anchor definitions for this control. |
Version 4.0 | Generated 2025-05-03 | Home |