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 >>

TAdvSmartMessageBox
To show a smart message, following code can be used:

with AdvSmartMessageBox1.Messages.Add do
begin
  Text := 'Hello, this is a <b>HTML</b> formatted message';
  Show;
end;