[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A constant array used to convert the kind of message buttons to the kind of BitButton.
Source position: dialogs.pp line 49
const MsgDlgBtnToBitBtnKind: array [TMsgDlgBtn] of TBitBtnKind = ; |
This array gives you for each possible button type in a messagebox the corresponding kind of BitButton.
For instance MsgDlgBtnToBitBtnKind[mbYes] has the value of bkYes.
It is the reverse of BitBtnKindToMsgDlgBtn.
lazarus-ccr.sourceforge.net |