Return a textual description of the variant type.
Source position: variants.pp line 322
function VarTypeAsText( |
const AType: tvartype |
):AnsiString; |
AType |
|
Type for which to get description. |
Textual description of the type.
VarTypeAsText returns a textual description of the variant type aType. It is used in all exception raising routines to describe types, if a type is provided. For custom variant types, the name of the class is returned.
|
Names of operations. |