Field-Map Scripting

4.2.2.6 Visible

Visible property


Prototype:

property Visible [const AttributeName: string]: boolean;

Description:

To hide an attribute in a Field-Map layer, set Visible to False. If Visible is set to True, the attribute will appear in the form.

Syntax (set):

Syntax (get):

Layer.Visible[AttributeName] := expression;

variable := Layer.Visible[AttributeName];


Part

Description


expression

An expression of type boolean


variable

A variable declared as boolean


Layer

A reference to the Field-Map layer as defined in Field-Map Project Manager


AttributeName

The name of the desired attribute as defined in Field-Map Project Manager

Return value:

True if the attribute is visible, false if it is hidden



See also:

RefreshAttributeLayout; TabStop; Enabled; EnableAttributes; DisableAttributes; Visible; ShowAttributes; HideAttributes; AllignAttribute; AllignAttributes; AlignOverviewGridTitles; OverviewGridAttributeTitle; ClickToAttributeControl; UseKeyboard4ComboBox; OverviewGridAttributeVisible; ShowOverviewGridAttribute; HideOverviewGridAttribute; Color; ResetColor; SetParentColor; SetColorOfAttributes; ResetColorOfAttributes; SetParentColorOfAttributes; EnableControls; DisableControls; ControlsDisabled; EnableScreenControls; DisableScreenControls; ScreenControlsDisabled; SetFocus; DisplayFormat; AttributeHint; ResetAttributeHint; AttributeLabel; PlacerStrategy; MaxSpaceForControlPerc; GoToLayerPage; GoToMapPage; IsLayerPageOnTop; TabVisible; LayerPageVisible; StemProfilePageVisible; ShowInSeparateWindow; ShowThumbnailPreview; LayerVisible; LabelsVisible; AlwaysColored; SaveMiscTreeDataToXML ;