![]() |
#4 |
Участник
|
Цитата:
для инстанцированного объекта нужно действительно ClassIdGet Цитата:
ClassIdGet
Syntax Int ClassIdGet(object) Description Returns the numeric identifier (the class id) for the class where the object was instantiated. Цитата:
int ClassNum(Class)
Description Converts to the numeric equivalent (the class id) for the specified class. Example { int i; i = ClassNum(myClass); // i is set to 1050 which is the id of the class myClass. } See also ClassStr |
|