.Symbol.Kind
(gb)
Syntax
PROPERTY READ Kind AS Integer
Returns one of the following constants:
- Class.Variable if the symbol is a variable.
- Class.Constant if the symbol is a constant.
- Class.Event if the symbol is an event.
- Class.Property if the symbol is a property.
- Class.Method if the symbol is a method.