Datasnap.DSReflect.TDSClass.GetDbxType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Unit: Datasnap.DSReflect
Parent: TDSClass

Delphi

procedure GetDbxType(Parameter: TDBXParameter);

C++

void __fastcall GetDbxType(Data::Dbxcommon::TDBXParameter* Parameter);

Description

Updates Parameter to the dbExpress type of this TDSClass.

GetDbxType returns the DBX type of this TDSClass. If the type of this TDSClass inherits from a DBX type, GetDbxType returns the ancestor DBX type.

See Also