System.Variants.VarIsCustom
Delphi
function VarIsCustom(const V: Variant): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall VarIsCustom(const System::Variant &V);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Variants.pas System.Variants.hpp |
System.Variants | System.Variants |
Description
Indicates whether the specified variant is a custom variant.
VarIsCustom returns true if the given variant represents a custom variant type. Otherwise, the function result is false.