TClientAnchor.Contains Method
Returns true if the target anchor is inside or equal to this one.
Syntax
Unit: FlexCel.Core
function TClientAnchor.Contains(const targetAnchor: TClientAnchor): Boolean;
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
targetAnchor |
TClientAnchor |
Anchor to test. |
See also