Skip to content

JTheiller/Theiller.DialogForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theiller.DialogForm

Boss install new

boss install https://github.com/JTheiller/Theiller.DialogForm

Code

//...
uses
  Theiller.DialogForm.Factory;
  
procedure TForm1.button1Click(Sender: TObject);
begin
  TDialogFactory.NewInformation('My title','My message');
  TDialogFactoy.NewError('My title','My message');
  TDialogFactoy.NewQuestion('My title','My message',
                            procedure
                            begin
                              Button1.Caption := 'Generic Yes';
                            end
                            ,
                            procedure
                            begin
                              Button1.Caption := 'Generic No';
                            end);
end;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages