Datasnap.DSReflect.TDSClass.GetDbxType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetDbxType(Parameter: TDBXParameter);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSClass

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