Class TBoundButtons
Unit
rDBComponents
Declaration
type TBoundButtons = class(TComponent)
Description
subcomponent used by TrDBImage for showing of supplementary buttons
Hierarchy
Overview
Properties
|
property Captions: string read FCaptions write SetCaptions; |
|
property Visible: boolean read FVisible write SetVisible default false; |
|
property Flat: boolean read FFlat write SetFlat default true; |
|
property Transparent: boolean read FTransparent write SetTransparent default true; |
|
property Position: TBtnPos read FPosition write SetPosition default bpBottomLeft; |
|
property Size: integer read FSize write SetSize default 23; |
|
property ShowGlyphs: boolean read FShowGlyphs write SetShowGlyphs default false; |
|
property Images: TImageList read FImages write SetImages; |
Description
Properties
|
property Captions: string read FCaptions write SetCaptions; |
define list of buttons captions separated by ;
|
|
property Visible: boolean read FVisible write SetVisible default false; |
define whether supplementary buttons for rDBImage is visible
|
|
property Flat: boolean read FFlat write SetFlat default true; |
define appearance of supplementary buttons for rDBImage
|
|
property Transparent: boolean read FTransparent write SetTransparent default true; |
define appearance of supplementary buttons for rDBImage
|
|
property Position: TBtnPos read FPosition write SetPosition default bpBottomLeft; |
define position of supplementary buttons for rDBImage
|
|
property Size: integer read FSize write SetSize default 23; |
define size of supplementary buttons for rDBImage
|
|
property ShowGlyphs: boolean read FShowGlyphs write SetShowGlyphs default false; |
define whether glyps is shown in supplementary buttons for rDBImage
|
|
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.
|