[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains button identifiers used to get icons for TBitBtn button glyphs.
Source position: buttons.pp line 513
const BitBtnImages: array [TBitBtnKind] of LongInt = (idButtonBase, idButtonOk, idButtonCancel, idButtonHelp, idButtonYes, idButtonNo, idButtonClose, idButtonAbort, idButtonRetry, idButtonIgnore, idButtonAll, idButtonNoToAll, idButtonYesToAll); |
BitBtnImages is an Array constant which contains LongInt values for the button identifiers used in TBitBtn. BitBtnImages is indexed by the enumeration values in TBitBtnKind. Values in BitBtnImages are used in the GetLCLDefaultBtnGlyph routine.
|
TBitBtnKind - enumerated type of possible kinds of BitButtons. |
|
|
GetLCLDefaultBtnGlyph gets the LCL default button glyph for the specified button Kind. |
lazarus-ccr.sourceforge.net |