Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TAdvGlowButton
Tips

  • Use a Truetype font for optimal result
  • Right-click on the component at design time to choose different predefined styles
  • For non-western characters, set AntiAlias = aaNone
  • To use multiline text in TAdvGlowButton, you can use: AdvGlowButton.Caption := 'Line1\nLine2\nLine3';
  • To use Unicode text in TAdvGlowButton, you can use: AdvGlowButton.WideCaption := 'YourUnicodeText';