TdxCustomLayoutItem.ActuallyVisible Property
Identifies if an item/group is currently visible.
Declaration
property ActuallyVisible: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The visibility of an individual item/group is specified via its Visible property. Individual items/groups may be invisible even if their Visible property is set to True (when a parent is invisible). Actual item/group visibility returned by the ActuallyVisible property reflects the visibility of an item/group based on its parent’s visibility.
See Also