4D v14.3OBJECT Get name |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
OBJECT Get name
|
OBJECT Get name {( selector )} -> Function result | ||||||||
Parameter | Type | Description | ||||||
selector | Longint |
![]() |
Object category | |||||
Function result | Text |
![]() |
Name of object | |||||
The OBJECT Get name command returns the name of a form object.
The command can be used to designate two types of objects according to the value of the selector parameter. In this parameter, you can pass one of the following constants (placed in the "Form Objects (Access)" theme:
Object method for "bValidateForm" button:
$btnName:=OBJECT Get name(Object current)
After the execution of this object method, the $btnName variable contains the "bValidateForm" value.
Product: 4D
Theme: User Interface
Number:
1087
Created: 4D v12
Form Objects (Access)
OBJECT Get pointer
Objects (Forms)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)