FireDAC.Phys.IBBase.TFDPhysIBCommandBase.ProcessMetaColumn
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
Unit: FireDAC.Phys.IBBase | |
Parent: TFDPhysIBCommandBase |
Delphi
procedure ProcessMetaColumn(ATable: TFDDatSTable; AFmtOpts: TFDFormatOptions;
AColIndex: Integer; ARow: TFDDatSRow; ApInfo: PFDIBColInfoRec; ARowIndex: Integer); virtual;
C++
virtual void __fastcall ProcessMetaColumn(Firedac::Dats::TFDDatSTable* ATable, Firedac::Stan::Option::TFDFormatOptions* AFmtOpts, int AColIndex, Firedac::Dats::TFDDatSRow* ARow, PFDIBColInfoRec ApInfo, int ARowIndex);
Description
Embarcadero Technologies does not currently have any additional information.