System.Bindings.Outputs.TValueRefConverter.GetConverter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetConverter(AFrom, ATo: PTypeInfo; FindBestMatch: Boolean = True): TConvertProc2;

C++

_di_TConvertProc2 __fastcall GetConverter(System::Typinfo::PTypeInfo AFrom, System::Typinfo::PTypeInfo ATo, bool FindBestMatch = true);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TValueRefConverter

Description

Renvoie une routine de convertisseur.

La méthode GetConverter renvoie une routine de convertisseur basée sur les paramètres AFrom et ATo donnés qui spécifient les valeurs d'entrée et de sortie désirées.

Voir aussi