TSaveDialog
From Free Pascal wiki
Jump to navigationJump to search
│
English (en) │
français (fr) │
русский (ru) │
中文(中国大陆) (zh_CN) │
TSaveDialog is a dialog that aids in saving files. It can be found on the Dialogs tab of the Component Palette.
Use a TSaveDialog by placing the (non-visible) component anywhere on a form and call its .Execute() method.
See also