Class TBoundButtons

Unit

Declaration

type TBoundButtons = class(TComponent)

Description

subcomponent used by TrDBImage for showing of supplementary buttons

Hierarchy

  • TComponent
  • TBoundButtons

Overview

Properties

Published property Captions: string read FCaptions write SetCaptions;
Published property Visible: boolean read FVisible write SetVisible default false;
Published property Flat: boolean read FFlat write SetFlat default true;
Published property Transparent: boolean read FTransparent write SetTransparent default true;
Published property Position: TBtnPos read FPosition write SetPosition default bpBottomLeft;
Published property Size: integer read FSize write SetSize default 23;
Published property ShowGlyphs: boolean read FShowGlyphs write SetShowGlyphs default false;
Published property Images: TImageList read FImages write SetImages;

Description

Properties

Published property Captions: string read FCaptions write SetCaptions;

define list of buttons captions separated by ;

Published property Visible: boolean read FVisible write SetVisible default false;

define whether supplementary buttons for rDBImage is visible

Published property Flat: boolean read FFlat write SetFlat default true;

define appearance of supplementary buttons for rDBImage

Published property Transparent: boolean read FTransparent write SetTransparent default true;

define appearance of supplementary buttons for rDBImage

Published property Position: TBtnPos read FPosition write SetPosition default bpBottomLeft;

define position of supplementary buttons for rDBImage

Published property Size: integer read FSize write SetSize default 23;

define size of supplementary buttons for rDBImage

Published property ShowGlyphs: boolean read FShowGlyphs write SetShowGlyphs default false;

define whether glyps is shown in supplementary buttons for rDBImage

Published property Images: TImageList read FImages write SetImages;

define list to ImageList with glyphs for supplementary buttons, if list is not defined standard glyphs from rDBComponents.res is used


Generated by PasDoc 0.15.0.