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