Q3String_GetType
You can use theQ3String_GetTypefunction to get the type of a string.
TQ3ObjectType Q3String_GetType (TQ3StringObject stringObj);
stringObj- A string object.
DESCRIPTION
TheQ3String_GetTypefunction returns, as its function result, the type of the string specified by thestringObjparameter. The type of string currently supported by QuickDraw 3D is defined by a constant:
kQ3StringTypeCStringIf the type of the string cannot be determined or is invalid,Q3String_GetTypereturns the valuekQ3ObjectTypeInvalid.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help