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