Datasnap.DSProxyWriter.TDSCustomProxyWriter.RemoveCustomTypeMap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure RemoveCustomTypeMap(const ADbxDataType: Integer);

C++

void __fastcall RemoveCustomTypeMap(const int ADbxDataType);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

Beschreibung

Entfernt einen zuvor eingefügten benutzerdefinierten Typ aus einer als private deklarierten TDictionary-Kollektion.

ADbxDataType ist der Index des zu entfernenden Typs in der TDictionary-Kollektion.

Siehe auch