Field-Map Scripting

4.2.2.26 ControlsDisabled

ControlsDisabled function


Prototype:

function ControlsDisabled: boolean;

Description:

This function allows to check whether controls are disabled (true) or enabled (false). (If controls are disabled, users can still change values of fields and traverse through the table to a limited degree, but the changes made are not displayed.)

Syntax:

variable := Layer.ControlsDisabled;


Part

Description


variable

A variable declared as boolean


Layer

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

Return value:

True if the controls are disabled, false if they are enabled



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 ;