RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemotableTypeRegistry.IsClassScalar Method

Indicates whether a registered class represents a scalar type.

Pascal
function IsClassScalar(AClass: TClass): Boolean;
C++
__fastcall Boolean IsClassScalar(TClass AClass);

IsClassScalar returns true if the specified class represents a scalar type. Classes that represent scalar types descend from the TRemotableXS class, and can convert their value to or from a string. 

AClass identifes the class to check. It must be previously registered by a call to RegisterXSClass

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!