Class TDBNavPlus (unit DBNavPlus)

Inherits from

TDBNavigator

Constructors


constructor Create(AOwner: TComponent);

Public declarations

****************************************************************************}



Functions

destructor Destroy;

of Create} {

procedure SetCaptions(value: TStrings);

of destroy} {

procedure SetLayout(value: TButtonLayout);

Protected declarations

of setCaptions} {


procedure SetMargin(value: integer);

of SetSpacing} {

procedure SetSpacing(value: integer);

of SetLayout} {

Properties

property Captions : TStrings

Published declarations

property Font :


property Layout : TButtonLayout


property Margin : Integer

if we dont set default, the SetMargin is called} {this will allow us to put the SetCaptions in as it is not called!

property Spacing : Integer


Events

Variables

DoCaptions : boolean;

Private declarations

FCaptions : TStrings;


FLayout : TButtonLayout;


FMargin : Integer;


FSpacing : Integer;



Constructors


constructor Create(AOwner: TComponent);

Public declarations

****************************************************************************}


Functions


destructor Destroy;

of Create} {


procedure SetCaptions(value: TStrings);

of destroy} {


procedure SetLayout(value: TButtonLayout);

Protected declarations

of setCaptions} {


procedure SetMargin(value: integer);

of SetSpacing} {


procedure SetSpacing(value: integer);

of SetLayout} {


Properties


property Captions : TStrings

Published declarations


property Font :


property Layout : TButtonLayout


property Margin : Integer

if we dont set default, the SetMargin is called} {this will allow us to put the SetCaptions in as it is not called!


property Spacing : Integer


Events


Variables


DoCaptions : boolean;

Private declarations


FCaptions : TStrings;


FLayout : TButtonLayout;


FMargin : Integer;


FSpacing : Integer;