[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Checks for anchor cycles and invalid targets, and returns information about the target side.
Source position: controls.pp line 947
public function TAnchorSide.CheckSidePosition( |
NewControl: TControl; |
NewSide: TAnchorSideReference; |
out ReferenceControl: TControl; |
out ReferenceSide: TAnchorSideReference; |
out Position: Integer |
):Boolean; |
ReferenceControl |
|
The control we are anchored to. |
ReferenceSide |
|
The side we are anchored to. |
Position |
|
Position of the side to anchor to. |
False when errors have been found.
Can raise an exception with the message: 'TAnchorSide.CheckSidePosition invalid Side'.
Version 4.0 | Generated 2025-05-03 | Home |