Class TrCustomGlyphs
Unit
RosiCompGlobalCfg
Declaration
type TrCustomGlyphs = class(TComponent)
Description
non visual components witch define custom glyphs for Rosi components
Hierarchy
- TComponent
- TrCustomGlyphs
Overview
Properties
|
property SortUp: TBitmap read FSortUp write SetSortUp; |
|
property SortDown: TBitmap read FSortDown write SetSortDown; |
|
property Filter: TBitmap read FFilter write SetFilter; |
|
property FilterActive: TBitmap read FFilterActive write SetFilterActive; |
|
property FilterBar: TBitmap read FFilterBar write SetFilterBar; |
|
property FilterBarClear: TBitmap read FFilterBarClear write SetFilterBarClear; |
|
property CheckFalse: TBitmap read FCheckFalse write SetCheckFalse; |
|
property CheckTrue: TBitmap read FCheckTrue write SetCheckTrue; |
|
property MemoEmpty: TBitmap read FMemoEmpty write SetMemoEmpty; |
|
property Memo: TBitmap read FMemo write SetMemo; |
|
property PictureEmpty: TBitmap read FPictureEmpty write SetPictureEmpty; |
|
property Picture: TBitmap read FPicture write SetPicture; |
|
property BtnFormat: TBitmap read FBtnFormat write SetBtnFormat; |
|
property BtnEditWin: TBitmap read FBtnEditWin write SetBtnEditWin; |
|
property BtnLookupSelect: TBitmap read FBtnLookupSelect write SetBtnLookupSelect; |
|
property BtnLookupDetail: TBitmap read FBtnLookupDetail write SetBtnLookupDetail; |
|
property BtnEllipsis: TBitmap read FBtnEllipsis write SetBtnEllipsis; |
|
property UseAsGlobalGlyphs: Boolean read FUseAsGlobalGlyphs write SetUseAsGlobalGlyphs default false; |
Description
Properties
|
property SortUp: TBitmap read FSortUp write SetSortUp; |
|
|
property SortDown: TBitmap read FSortDown write SetSortDown; |
|
|
property Filter: TBitmap read FFilter write SetFilter; |
|
|
property FilterActive: TBitmap read FFilterActive write SetFilterActive; |
|
|
property FilterBar: TBitmap read FFilterBar write SetFilterBar; |
|
|
property FilterBarClear: TBitmap read FFilterBarClear write SetFilterBarClear; |
|
|
property CheckFalse: TBitmap read FCheckFalse write SetCheckFalse; |
|
|
property CheckTrue: TBitmap read FCheckTrue write SetCheckTrue; |
|
|
property MemoEmpty: TBitmap read FMemoEmpty write SetMemoEmpty; |
|
|
property Memo: TBitmap read FMemo write SetMemo; |
|
|
property PictureEmpty: TBitmap read FPictureEmpty write SetPictureEmpty; |
|
|
property Picture: TBitmap read FPicture write SetPicture; |
|
|
property BtnFormat: TBitmap read FBtnFormat write SetBtnFormat; |
|
|
property BtnEditWin: TBitmap read FBtnEditWin write SetBtnEditWin; |
|
|
property BtnLookupSelect: TBitmap read FBtnLookupSelect write SetBtnLookupSelect; |
|
|
property BtnLookupDetail: TBitmap read FBtnLookupDetail write SetBtnLookupDetail; |
|
|
property BtnEllipsis: TBitmap read FBtnEllipsis write SetBtnEllipsis; |
|
|
property UseAsGlobalGlyphs: Boolean read FUseAsGlobalGlyphs write SetUseAsGlobalGlyphs default false; |
set the TrCustomGlyphs as global setting for all Rosi components
|
Generated by PasDoc 0.15.0.
|