REST.JsonReflect.TTypeMarshaller.HasConverter
Delphi
function HasConverter(clazz: TClass; Field: string): Boolean;
C++
bool __fastcall HasConverter(System::TClass clazz, System::UnicodeString Field);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TTypeMarshaller |
Description
Renvoie True si un convertisseur a été recensé pour le nom de champ spécifié de la classe spécifiée ; sinon, elle renvoie False.