DIAdem Help

Method: LayerName for Table

  • Mise à jour2024-09-12
  • Temps de lecture : 2 minute(s)

Method: LayerName for Table

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

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

The following example shows the dialog box layer associated with the Table1 selection list:

Dialog.Layers(Table1.LayerName) = TRUE

This example shows the layer associated with the Table2 selection, on the Page1 tab:

Page1.Layers(Table2.LayerName) = TRUE