Class_getSString |
Homepage |
Returns the SString (case-Sensitive String) value stored at the specified position of the Class object.
value := Class_getSString(ClassObject, index)
| ClassObject | The Class object to use for the current operation. |
| index | Index for the class value to return. |
The SString value stored at the specified position of ClassObject.
If ClassObject is NULL (0 or blank), the empty string is returned, to indicate an error.
Class_getString, Class_getValue
Class_setSString, Class_setString, Class_setValue