Class TrDBMoveButton

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TrDBMoveButton = class(TrButton)

Description

provides mooving and editing actions for dataset, btEnaIf... types do not do any action but their enability depends on database 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

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

set enable property for button

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

if set do not call database action and call click event only


Generated by PasDoc 0.13.0 on 2016-02-19 08:14:10