TTMSFNCBloxElement.Visible Property
Determines whether the element is requested to be visible. When
True, the element is shown, subject to the active layers and to whether it is collapsed by a node.
API unit family: TMSFNCBloxCoreElement
Declaring type: TTMSFNCBloxElement
Type: boolean
Syntax
property Visible: boolean;
Remarks
Setting this to False always hides the element, but setting it to True does not guarantee visibility. Use IsDisplaying to check effective visibility.