DIAdemヘルプ

Method: LayerName for EditBox

  • 更新日2024-09-12
  • 4分で読める

Method: LayerName for EditBox

Returns the name of the layer associated with a control in user dialog boxes.

sLayerName = Object.LayerName
ObjectEditBox
Object with this method
sLayerNameString
Receives the name of the layer.

The following example visualizes the dialog box layer with which the EditBox1 textbox is associated:

Dialog.Layers(EditBox1.LayerName) = TRUE

The following example visualizes the layer with which the EditBox2 textbox is associated, in the Page1 tab:

Page1.Layers(EditBox2.LayerName) = TRUE