TdxCustomLayoutItem.CanMoveTo(TdxCustomLayoutItem) Method
Returns a value indicating whether it is possible to move the layout element to another group.
Declaration
function CanMoveTo(AParent: TdxCustomLayoutItem): Boolean; virtual;
Parameters
| Name | Type |
|---|---|
| AParent | TdxCustomLayoutItem |
Returns
| Type |
|---|
| Boolean |
Remarks
This function returns True if the layout element can be moved to the AParent group; otherwise, False.
See Also