FireDAC.Phys.MySQLWrapper.TMySQLField.GetInfo
Delphi
procedure GetInfo(var name, srcname, table, db: my_pchar; var type_: Byte;
var length, flags, decimals, charsetnr: LongWord; AMaxLenValid: Boolean);
C++
void __fastcall GetInfo(Firedac::Phys::Mysqlcli::my_pchar &name, Firedac::Phys::Mysqlcli::my_pchar &srcname, Firedac::Phys::Mysqlcli::my_pchar &table, Firedac::Phys::Mysqlcli::my_pchar &db, System::Byte &type_, System::LongWord &length, System::LongWord &flags, System::LongWord &decimals, System::LongWord &charsetnr, bool AMaxLenValid);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Phys.MySQLWrapper.pas FireDAC.Phys.MySQLWrapper.hpp |
FireDAC.Phys.MySQLWrapper | TMySQLField |
Description
Embarcadero Technologies does not currently have any additional information.