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