|
|
|
|
|
FullName (Property) In french: NomComplet
The FullName property is used to find out the full name: - of a control.
- of a window.
- of a menu option.
- of a table column.
Syntax
Finding out the full name of specified element Hide the details
<Result> = <Element used>.FullName
<Result>: Character string - Full name of specified element.
- Empty string ("") for:
- rows in the Table, List Box, ListView or Combo Box controls,
- cells in Table controls.
<Element used>: Character string Name of the element to be used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|