System.Variants.VarIsCustom

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarIsCustom(const V: Variant): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall VarIsCustom(const System::Variant &V);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

Indique si le variant spécifié est un variant personnalisé.

La fonction VarIsCustom renvoie true si le variant donné a un type variant personnalisé. Sinon, elle renvoie false.

Voir aussi