Classe: TMsgBar
Cria um objeto do tipo barra de status.
TSrvObject -> TControl -> TMsgBar
Propriedade | Descrição | Tipo |
aItem | Indica um array do objeto, do tipo TMsgItem, que permite criar subitens da barra de status. | Vetor |
cMsgDef | Indica o texto padrão definido. | Caracter |
#include "TOTVS.CH"User Function TMsgBar() DEFINE DIALOG oDlg TITLE "Exemplo TMsgBar" FROM 180,180 TO 550,700 PIXEL // Cria barra de status oFont := TFont():New('Courier new',,-14,.T.) oTMsgBar := TMsgBar():New(oDlg, 'MP10 | Totvs/Software',; .F.,.F.,.F.,.F., RGB(116,116,116),,oFont,.F.) // Cria itens oTMsgItem1 := TMsgItem():New( oTMsgBar,'oTMsgItem1', 100,,,,; .T., {||} ) oTMsgItem2 := TMsgItem():New( oTMsgBar,'oTMsgItem2', 100,,,,; .T., {||Alert("Clique na barra de status")} ) ACTIVATE DIALOG oDlg CENTERED Return
Exemplo da classe TMsgBar
Microsiga Protheus 8.11
,
Microsiga Protheus 11
,
Protheus 10
,
TOTVS Application Server 10
,
ByYou Application Server
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas