Breaking News
Loading...
Tuesday, July 30, 2013



The TSaveDialog is a visual component. It is used to allow a user to select the name of a file to save to. It can be defined by dragging the save dialog icon from the Dialogs tab in Delphi, or by defining a TSaveDialog variable. The TSaveDialog can be configured to suit your needs.
Creating the dialog object



var
saveDialog : TSaveDialog;
begin
saveDialog := TSaveDialog.Create(self);

SaveDialog 1 300x197

0 comments:

Post a Comment

 

Receive All Free Updates Via Facebook.