Datasnap.DSProxyWriter.TDSCustomProxyWriter.RemoveCustomTypeMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveCustomTypeMap(const ADbxDataType: Integer);

C++

void __fastcall RemoveCustomTypeMap(const int ADbxDataType);

Properties

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

Description

Removes a previously inserted custom type from a private TDictionary collection.

ADbxDataType is the index, within the TDictionary collection, of the type to be removed.

See Also