FireDAC.Phys.MySQLWrapper.TMySQLField.GetInfo

From RAD Studio API Documentation
Jump to: navigation, search

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(char * &name, char * &srcname, char * &table, char * &db, System::Byte &type_, unsigned &length, unsigned &flags, unsigned &decimals, unsigned &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.