|
@@ -1409,6 +1409,8 @@ type
|
|
destructor Destroy; override;
|
|
destructor Destroy; override;
|
|
function Edit: Boolean;
|
|
function Edit: Boolean;
|
|
procedure UpdateRecord;
|
|
procedure UpdateRecord;
|
|
|
|
+ function ExecuteAction(Action: TBasicAction): Boolean; virtual;
|
|
|
|
+ function UpdateAction(Action: TBasicAction): Boolean; virtual;
|
|
property Active: Boolean read FActive;
|
|
property Active: Boolean read FActive;
|
|
property ActiveRecord: Integer read GetActiveRecord write SetActiveRecord;
|
|
property ActiveRecord: Integer read GetActiveRecord write SetActiveRecord;
|
|
property BOF: Boolean read GetBOF;
|
|
property BOF: Boolean read GetBOF;
|