The GetDefinitions function returns all the names defined in the current class.
|
Syntax | |
|
GetDefinitions() | |
|
Return value | |
|
Type |
Description |
|
String() |
String list of the definitions |
|
Parameter | |
|
None | |
Example:
Dim s As String
For Each s In GetDefinitions
(MsgBox s) If s <> ""
EndFor
All definitions of the current class are returned.