[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check for anchor cycles and invalid targets, and return information about the target side.
Source position: controls.pp line 837
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 anchord to. |
Position |
|
Position of the side to anchor to. |
False when errors have been found.
lazarus-ccr.sourceforge.net |