Soap.InvokeRegistry.TRemotableTypeRegistry.IsClassScalar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  IsClassScalar(AClass: TClass): Boolean;

C++

bool __fastcall IsClassScalar(System::TClass AClass);

Properties

Type Visibility Source Unit Parent
function public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TRemotableTypeRegistry

Description

Indicates whether a registered class represents a scalar type.

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.

See Also