Class TSqlitePassDBActionList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSqlitePassDBActionList = class(TActionList)

Description

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

DbToolbar

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function UpdateAction(Action: TBasicAction): Boolean; override;
Protected procedure Notification(AComponent: TComponent; Operation: TOperation); override;

Properties

Public property ActiveControl: TSqlitePassActiveControlWatcher read FActiveControl write FActiveControl;
Published property DataSource: TDataSource read FDataSource write SetDataSource;
Published property DataSourceAuto: Boolean read FDataSourceAuto write FDataSourceAuto;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function UpdateAction(Action: TBasicAction): Boolean; override;
 
Protected procedure Notification(AComponent: TComponent; Operation: TOperation); override;
 

Properties

Public property ActiveControl: TSqlitePassActiveControlWatcher read FActiveControl write FActiveControl;

The ActiveControl property keeps track of the current active control and gives information on his associated datasource, datafield...

See also
TSqlitePassActiveControlWatcher
Published property DataSource: TDataSource read FDataSource write SetDataSource;

The Datasource

Published 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


Generated by PasDoc 0.11.0 on 2010-09-10 15:54:38