ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/client/FBArray.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/FBArray.pas (file contents):
Revision 263 by tony, Thu Dec 6 15:55:01 2018 UTC vs.
Revision 291 by tony, Fri Apr 17 10:26:08 2020 UTC

# Line 161 | Line 161 | type
161      FBufSize: ISC_LONG;
162      FArrayID: TISC_QUAD;
163      procedure AllocateBuffer; virtual;
164 <    procedure Changing;
165 <    procedure Changed;
164 >    procedure Changing; virtual;
165 >    procedure Changed;  virtual;
166      function GetArrayDesc: PISC_ARRAY_DESC;
167      procedure InternalGetSlice; virtual; abstract;
168      procedure InternalPutSlice(Force: boolean); virtual; abstract;
# Line 765 | Line 765 | begin
765    FMetaData := aField;
766    FArrayID := ArrayID;
767    FAttachment := aAttachment;
768 +  FFirebirdClientAPI := aTransaction.FirebirdAPI;
769    FTransactionIntf :=  aTransaction;
770    FTransactionSeqNo := aTransaction.TransactionSeqNo;
771    FIsNew := false;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines