The GetClass function returns a class variable for a specified class name.
|
Syntax | ||||
|
GetClass(ClassName [, Library]) | ||||
|
Return value | ||||
|
Type |
Description | |||
|
Class |
Class variable | |||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
ClassName |
String |
ByVal |
Name of the class |
|
Optional |
Library |
String |
ByVal |
ID of the link library to search for the class. If omitted, the class will be searched in the actual class. |