Datasnap.DSProxyWriter.TDSCustomProxyWriter.RemoveCustomTypeMap

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure RemoveCustomTypeMap(const ADbxDataType: Integer);

C++

void __fastcall RemoveCustomTypeMap(const int ADbxDataType);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter


Description

Retire un type personnalisé, inséré précédemment, d'une collection privée TDictionary.

ADbxDataType est l'index, dans la collection TDictionary, du type à retirer.

Voir aussi