Class TrDBMoveButton

Unit

Declaration

type TrDBMoveButton = class(TrButton)

Description

Button which provides mooving and editing actions for linked dataset, enability of button is automaticaly set according ButtonType and Dataset state

Hierarchy

Overview

Properties

Published property DataSource: TDataSource read GetDataSource write SetDataSource;
Published property ButtonType: TrDBButtonType read FButtonType write FButtonType default btEnaIfEdit;
Published property EnabledAll: boolean read FEnabledAll write SetEnabledAll default true;
Published property SkipDBAction: boolean read FSkipDBAction write FSkipDBAction default false;

Description

Properties

Published property DataSource: TDataSource read GetDataSource write SetDataSource;

link to connected dataset

Published property ButtonType: TrDBButtonType read FButtonType write FButtonType default btEnaIfEdit;

type of button - define enability and action after click, btEnaIf types do not do any action but their enability depends on database state

Published property EnabledAll: boolean read FEnabledAll write SetEnabledAll default true;

set global enable property for button, if set to false then button is always disabled

Published property SkipDBAction: boolean read FSkipDBAction write FSkipDBAction default false;

define if database action is skipped and click event is called only


Generated by PasDoc 0.15.0.