ObjetLABEL.txt Objet LABEL. Affichage d'une donnée. http://www.hmgforum.com/hmgdoc/data/index.htm + Controls -> Label Variables BM : Label + N° -> LabelX ( Label1, Label2, Label3, etc... ) DEFINE LABEL LabelX PARENT ROW COL VALUE ONCLICK WIDTH HEIGHT AUTOSIZE FONTNAME FONTSIZE FONTBOLD FONTITALIC FONTUNDERLINE FONTSTRIKEOUT TOOLTIP BACKCOLOR FONTCOLOR TRANSPARENT ALIGNMENT Left | Right | Center HELPID VISIBLE ENDELLIPSES NOPREFIX END LABEL Properties: .Value Texte à afficher. .Enabled .Visible .Row .Col .Width .Height .FontName .FontSize .FontBold .FontItalic .FontUnderline .FontStrikeout .AutoSize .Name (R) .Parent (D) .BackColor .FontColor .HelpId (D) .Alignment D eg : SetProperty( "FormX" , "LabelX" , "Alignment" , "center" ) .EndEllipses (D) .NoPrefix (D) D: Available at control definition only. R: Read-Only. Events: - OnClick Methods: - Show - Hide - Release Note: ENDELLIPSES --> If the string does not fit in the size of the Label control, the string is truncated and ellipses (...) are added. NOPREFIX --> Prevents interpretation of any ampersand (&) characters in the control's text as accelerator prefix characters. These are displayed with the ampersand removed and the next character in the string underlined.