[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

BitBtnKindToMsgDlgBtn

A constant array used to convert the kind of BitButton to the kind of message buttons.

Declaration

Source position: dialogs.pp line 54

const BitBtnKindToMsgDlgBtn: array [TBitBtnKind] of TMsgDlgBtn = (mbOk,mbOK,mbCancel,mbHelp,mbYes,mbNo,mbClose,mbAbort,mbRetry,mbIgnore,mbAll,mbNoToALl,mbYesToAll );

Description

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.

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads