Datasnap.DSProxyWriter.TDSCustomProxyWriter.RemoveCustomTypeMap

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Unit: Datasnap.DSProxyWriter
Parent: TDSCustomProxyWriter

Delphi

procedure RemoveCustomTypeMap(const ADbxDataType: Integer);

C++

void __fastcall RemoveCustomTypeMap(const int ADbxDataType);

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