4D v16.3

OBJECT Get enterable

Home

 
4D v16.3
OBJECT Get enterable

OBJECT Get enterable 


 

OBJECT Get enterable ( {* ;} object ) -> Function result 
Parameter Type   Description
Operator in If specified, object is an object name (string) If omitted, object is a variable or a field
object  Form object in Object name (if * is specified) or Variable or field (if * is omitted)
Function result  Boolean in True = object(s) enterable; Otherwise, false

The OBJECT Get enterable command returns True if the object or group of objects designated by object has the enterable attribute; otherwise, it returns False. 

If you pass the optional * parameter, you indicate that the object parameter is an object name (string). If you do not pass this parameter, you indicate that the object parameter is a field or a variable. In this case, you pass a field or variable reference (object field or variable only) instead of a string.



See also 

OBJECT SET ENTERABLE

 
PROPERTIES 

Product: 4D
Theme: Objects (Forms)
Number: 1067

 
HISTORY 

Created: 4D v12

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)