32
|
ImageSize property on 32 (specifies the size of the control' icons)

with AxLabel1 do
begin
BeginUpdate();
ImageSize := 32;
Font.Size := 16;
Images('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');
Caption := '<img>1</img>Caption';
EndUpdate();
end
|
31
|
ImageSize property on 16 (default) (specifies the size of the control' icons)

with AxLabel1 do
begin
BeginUpdate();
ImageSize := 16;
Images('gBJJgBAIDAAEg4ACEKAD/hz/EMNh8TIRNGwAjEZAEXjAojJAjMLjABAAgjUYkUnlUrlktl0vmExmUzmk1m03nE5nU7nkrQCAntBoVDolFo1HoM/ADAplLptImdMYFOqd' +
'SqlXq1QrVbrlGpVWsFNrNdnNjsk7pQAtNroFnt0sh8Yr9iulTuNxs1Eu8OiT/vsnsNVutXlk/oGGtVKxGLxWNtsZtN8iUYuNvy0Zvd+xNYwdwvl4p870GCqc8vOeuVtt' +
'mp1knyOayWVy+WzN/ze1wOElenm+12WUz/Bv2/3UyyWrzeutux2GSyGP2dQ33C1ur3GD3M4zUNzHdlWjq/E3nGzVpjWv4HA7fRy/Tv2IrN8rPW6nZ3ve7mUlfu20Z8ac' +
'vQyb+vY9jasYoDwMm+LytVBDqKG3z8O3Cb8P+mkAuY9cCQ2uL4KaxDKvkp8RNLEjqugnrwQo/UWPzFyeQw5sNLZFENrI4kOqU66pw8uzmOKvTqNqjULJvGL1JO48GtTG' +
'sbLdEL3scxLlyiw8dQeoUVxdLTtyKmUjwGlslRPJsnK1HbAKbKCrsQo8uQk/CeP44iaR/ATnTNPLvyxPU+z9P9AUDQVBowiofJXQ6Oo+kKMpIkjztE4TKn4P6JowfgPn' +
'wD5/nAjB8AOeAPo0eAA1IAFH07UhAIMpYAVIYFHqBUhwVjV1S1EtQAHxW65V0AZwAeuQAnwB5gAPYViEDVhwAHTQBkCjB4gOhwDmCyhH0sACAg==');
Caption := '<img>1</img> Caption';
EndUpdate();
end
|
30
|
How can I display the caption in mirror

with AxLabel1 do
begin
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
VAlignment := EXLABELLib.VAlignmentEnum.MiddleAlignment;
Caption := '<b>mirror horizontal</b> text';
BackColor := Color.FromArgb(255,255,255);
Rotate := EXLABELLib.HTMLRotateEnum.exHTMLMirror;
end
|
29
|
How can I display vertically the caption

with AxLabel1 do
begin
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
VAlignment := EXLABELLib.VAlignmentEnum.MiddleAlignment;
Caption := '<b>vertical</b> text';
BackColor := Color.FromArgb(255,255,255);
Rotate := EXLABELLib.HTMLRotateEnum.exHTMLVertical;
end
|
28
|
Does your control support text decorations

with AxLabel1 do
begin
WordWrap := True;
Caption := '<font ;32><sha ;;0><out><gra FFFFFF>gradient-bottom</gra><br><fgcolor=FFFFFF><gra 000000>gradient-top</gra></fgcolor><br><fgcolo' +
'r=000000><gra F0F0F0;1;1>center-gradient</gra></fgcolor><br><sha><out><gra FFFFFF>gradient-bottom</gra><br><fgcolor=FFFFFF><gra ' +
'000000>gradient-top</gra></fgcolor><br><fgcolor=000000><gra F0F0F0;1;1>center-gradient</gra></fgcolor><br>';
end
|
27
|
Does you control support padding

with AxLabel1 do
begin
Appearance := EXLABELLib.AppearanceEnum.Flat;
VAlignment := EXLABELLib.VAlignmentEnum.TopAlignment;
Caption := '<fgcolor FFFFFF><bgcolor 000000>left/right and top/bottom padding</bgcolor></fgcolor>';
BorderWidth := 4;
BorderHeight := 4;
BackColor := Color.FromArgb(255,255,255);
end
|
26
|
How can I display multiple-lines label

with AxLabel1 do
begin
WordWrap := True;
Caption := '<b>1.</b> This is the first line<br><b>2.</b> This is the second line.';
end
|
25
|
How can I disable the control

with AxLabel1 do
begin
Enabled := False;
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
Caption := 'Command';
end
|
24
|
How can I display a percent bar over the control

// Click event - Occurs when the user presses and then releases the left mouse button over the control.
procedure TWinForm1.AxLabel1_ClickEvent(sender: System.Object; e: System.EventArgs);
begin
with AxLabel1 do
begin
set_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exClientExt,'25%');
set_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exTextExt,get_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exClientExt));
end
end;
with AxLabel1 do
begin
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
Caption := 'Command';
VAlignment := EXLABELLib.VAlignmentEnum.TopAlignment;
BackgroundExt := 'bottom[4],left[4],right[4],bottom[16,pattern=0x000,frame=RGB(0,0,0)](left[50%,back=RGB(0,255,0),text=`<font ;6><sha ;;0>50%`,ali' +
'gn=0x11,pattern=0x006,patterncolor=RGB(0,128,0),frame=RGB(0,128,0)])';
set_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exClientExt,'75%');
set_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exTextExt,get_BackgroundExtValue(EXLABELLib.IndexExtEnum.exIndexExt5,EXLABELLib.BackgroundExtPropertyEnum.exClientExt));
end
|
23
|
Is it possible to display an additional caption on the control's background

with AxLabel1 do
begin
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
BackgroundExt := 'root[text=`<font ;6>additional`,align=0x21]';
Caption := 'Command';
end
|
22
|
How can I display a pattern over the label

with AxLabel1 do
begin
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
BackgroundExt := 'root[pattern=0x006,patterncolor=RGB(128,128,128)]';
Caption := 'Command';
end
|
21
|
How can I display pictures

with AxLabel1 do
begin
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
set_HTMLPicture('pic1','c:\exontrol\images\zipdisk.gif');
set_HTMLPicture('pic2','c:\exontrol\images\auction.gif');
Caption := 'text and pictures <img>pic1</img>,<img>pic2</img>,...';
end
|
20
|
How can I display icons

with AxLabel1 do
begin
Images('gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTql' +
'Vq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0' +
'ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yN' +
'AOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=');
Caption := 'text and icons <img>1</img>,<img>2</img>,<img>3</img>,...';
end
|
19
|
How can I specify a different foreground color for a portion of the caption only

with AxLabel1 do
begin
BackColor := Color.FromArgb(255,255,255);
Caption := 'text <fgcolor FF0000>foreground</fgcolor> text';
end
|
18
|
How can I specify a different background color for a portion of the caption only

with AxLabel1 do
begin
BackColor := Color.FromArgb(255,255,255);
Caption := 'text <bgcolor FF0000>background</bgcolor> text';
end
|
17
|
Does your control support subscript or superscript, in HTML captions

with AxLabel1 do
begin
Caption := 'Text with <font ;7><off 6><sha ;;0>subscript</off></font></sha> and <font ;7><off -6><sha ;;0>superscript</off></font></sha> sup' +
'port';
end
|
16
|
How can I center the text and underlined with a dot line

with AxLabel1 do
begin
Caption := '<dotline><c>Center</dotline> ';
end
|
15
|
Is there anyway to get the dotline or solidline to extend across the entire width of the caption area when text is centre-aligned horizontally

with AxLabel1 do
begin
WordWrap := True;
Caption := '<c>Name&Address<br><upline><dotline> <c><font Tahoma;8>DeliveryNotes</font>';
Alignment := EXLABELLib.AlignmentEnum.LeftAlignment;
BackColor := Color.FromArgb(0,0,0);
ForeColor := Color.FromArgb(255,255,255);
end
|
14
|
How can I show a thick frame around the label

with AxLabel1 do
begin
Caption := 'Command';
BackgroundExt := '[[patterncolor=RGB(128,128,128)](none[(4,4,100%-8,100%-8),pattern=0x006,patterncolor=RGB(128,128,128),frame=RGB(128,128,128),fra' +
'methick])]';
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
BackColor := Color.FromArgb(255,255,255);
end
|
13
|
How can I add text decorations ( shadow )

with AxLabel1 do
begin
BackColor := Color.FromArgb(255,255,255);
WordWrap := True;
BorderWidth := 2;
BorderHeight := 2;
Caption := '<font ;28><sha>shadow</sha><br><fgcolor=FFFFFF><sha 0>outline</sha><br><sha 0;;0>outline anti-aliasing</sha><br><sha 808080;8;0>' +
'outline anti-aliasing</sha><br><sha 0;2;0>outline anti-aliasing</sha></font>';
end
|
12
|
How can I add text decorations ( outline )

with AxLabel1 do
begin
BackColor := Color.FromArgb(255,255,255);
WordWrap := True;
BorderWidth := 2;
BorderHeight := 2;
Caption := '<font ;28><out>outline</out><br><fgcolor=FFFFFF><out 0>outline</out><br><sha 0;;0>outline anti-aliasing</sha><br><sha 0;2;0>outl' +
'ine anti-aliasing</sha></font>';
end
|
11
|
How can I add text decorations ( gradient )

with AxLabel1 do
begin
WordWrap := True;
Caption := '<font ;14><gra FFFFFF>gradient-bottom</gra><br><fgcolor=FFFFFF><gra 000000>gradient-top</gra></fgcolor><br><fgcolor=000000><gra ' +
'F0F0F0;1;1>center-gradient</gra></fgcolor><br>';
end
|
10
|
Is it possible to display the control's tooltip using colord EBN objects

with AxLabel1 do
begin
VisualAppearance.Add(1,'c:\exontrol\images\normal.ebn');
Caption := 'just hover the cursor over the control';
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
set_Background(EXLABELLib.BackgroundPartEnum.exToolTipAppearance,$1ff0000);
ToolTipText := 'This is just a text that''s displayed when the user clicks and drags the thumb to a new position';
end
|
9
|
Is it possible to display the control's tooltip using EBN objects

with AxLabel1 do
begin
VisualAppearance.Add(1,'c:\exontrol\images\normal.ebn');
Caption := 'just hover the cursor over the control';
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
set_Background(EXLABELLib.BackgroundPartEnum.exToolTipAppearance,$1000000);
ToolTipText := 'This is just a text that''s displayed when the user clicks and drags the thumb to a new position';
end
|
8
|
How do I change the control's tooltip

with AxLabel1 do
begin
Caption := 'just hover the cursor over the control';
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
ToolTipText := 'This is just a text that''s displayed when the user clicks and drags the thumb to a new position';
end
|
7
|
Is it possible to display a colored EBN so the borders will be transparent

with AxLabel1 do
begin
VisualAppearance.Add(1,'c:\exontrol\images\normal.ebn');
Appearance := EXLABELLib.AppearanceEnum($1a88a58 Or Integer(EXLABELLib.AppearanceEnum.Bump));
Caption := 'just the label''s caption';
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
end
|
6
|
Is it possible to display an EBN so the borders will be transparent

with AxLabel1 do
begin
VisualAppearance.Add(1,'c:\exontrol\images\normal.ebn');
Appearance := EXLABELLib.AppearanceEnum($1000000);
Caption := 'just the label''s caption';
Alignment := EXLABELLib.AlignmentEnum.CenterAlignment;
end
|
5
|
How do I put/resize/stretch a picture on the control's background

with AxLabel1 do
begin
(GetOcx() as EXLABELLib.Label).Picture := AxLabel1.ExecuteTemplate('loadpicture(`c:\exontrol\images\zipdisk.gif`)');
PictureDisplay := EXLABELLib.PictureDisplayEnum.Stretch;
BorderWidth := 64;
BorderHeight := 64;
end
|
4
|
How can I change the control's font

with AxLabel1 do
begin
f := (ComObj.CreateComObject(ComObj.ProgIDToClassID('StdFont')) as stdole.StdFont);
with f do
begin
Name := 'Verdana';
Size := 12;
end;
Font := (f as stdole.StdFont);
Caption := 'just the label''s caption';
BorderWidth := 8;
BorderHeight := 8;
end
|
3
|
How can I change the control's font

with AxLabel1 do
begin
Caption := '<font ;24>just the label''s caption';
BorderWidth := 8;
BorderHeight := 8;
end
|
2
|
How do I change the control's foreground color

with AxLabel1 do
begin
ForeColor := Color.FromArgb(255,0,0);
Caption := 'just the label''s caption';
BorderWidth := 8;
BorderHeight := 8;
end
|
1
|
How do I change the control's background color

with AxLabel1 do
begin
BackColor := Color.FromArgb(255,0,0);
end
|