System.Variants.VarIsCustom

De RAD Studio API Documentation
Révision datée du 18 octobre 2011 à 19:57 par PyBot (discussion | contributions) (Scoping Libraries)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
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