Class TrDBToolButton
Unit
rDBComponents
Declaration
type TrDBToolButton = class(TToolButton)
Description
provides mooving and editing actions for dataset, btEnaIf... types do not do any action but their enability depends on database state
Hierarchy
- TToolButton
- TrDBToolButton
Overview
Properties
 |
property DataSource: TDataSource read GetDataSource write SetDataSource; |
 |
property ButtonType: TrDBButtonType read FButtonType write FButtonType default btEnaIfEdit; |
 |
property EnabledAll: boolean read FEnabledAll write SetEnabledAll default true; |
 |
property SkipDBAction: boolean read FSkipDBAction write FSkipDBAction default false; |
 |
property Font; |
 |
property ParentFont; |
Description
Properties
 |
property DataSource: TDataSource read GetDataSource write SetDataSource; |
link to connected dataset
|
 |
property ButtonType: TrDBButtonType read FButtonType write FButtonType default btEnaIfEdit; |
type of button - define enability and actiof after click
|
 |
property EnabledAll: boolean read FEnabledAll write SetEnabledAll default true; |
set enable property for button
|
 |
property SkipDBAction: boolean read FSkipDBAction write FSkipDBAction default false; |
if set do not call database action and call click event only
|
 |
property Font; |
|
 |
property ParentFont; |
|
Generated by PasDoc 0.13.0 on 2016-02-19 08:14:10
|