Description | Hierarchy | Fields | Methods | Properties |
type TSqlitePassDBActionList = class(TActionList)
TSqlitePassDBActionList
is derived from TActionList to provide additional features related to TSqlitePassDatabase or TSqlitePassDataset.
As an example, the demo program SqliteToolbox uses the TSqlitePassDBActionList
component
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function UpdateAction(Action: TBasicAction): Boolean; override; |
![]() |
procedure Notification(AComponent: TComponent; Operation: TOperation); override; |
![]() |
property ActiveControl: TSqlitePassActiveControlWatcher read FActiveControl write FActiveControl; |
![]() |
property DataSource: TDataSource read FDataSource write SetDataSource; |
![]() |
property DataSourceAuto: Boolean read FDataSourceAuto write FDataSourceAuto; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function UpdateAction(Action: TBasicAction): Boolean; override; |
![]() |
procedure Notification(AComponent: TComponent; Operation: TOperation); override; |
![]() |
property ActiveControl: TSqlitePassActiveControlWatcher read FActiveControl write FActiveControl; |
The See also |
![]() |
property DataSource: TDataSource read FDataSource write SetDataSource; |
The |
![]() |
property DataSourceAuto: Boolean read FDataSourceAuto write FDataSourceAuto; |
When set to TRUE, the datasource is automatically updated to reflect the active control datasource. When set to FALSE, the Datasource keeps her original setting |