This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
Is a variable

Is a variable 


 

Is a variable ( aPointer ) -> Function result 
Parameter Type   Description
aPointer  Pointer in Pointer to be tested
Function result  Boolean in TRUE = Pointer points to a variable FALSE = Pointer does not point to a variable

The Is a variable command returns True if the pointer you pass in aPointer references a defined variable. It returns False in all other cases (pointer to field or table, Nil pointer, and so on).

When you want to know the name of the variable being pointed to or the field number, you can use the RESOLVE POINTER command.



See also 

Is nil pointer
RESOLVE POINTER

 
PROPERTIES 

Product: 4D
Theme: Language
Number: 294

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: < 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)