
XDialogs
unit
This unit contains definition of XOpenSaveDialog class.
Author: Carlo Kok.
XOpenSaveDialog = class( TObject );
XOpenSaveDialog properties:
- FileName : String;
- InitialDir : String;
- Filter : String;
- FilterIndex : Integer;
- Title : String;
- Options : TOpenSaveOptions; ( type TOpenSaveOptions = (OSCreatePrompt,
OSExtensionDiffent,
OSFilemustExist,
OSHideReadonly,
OSNoChangedir,
OSNoRefernceLinks,
OSAllowMultiSelect,
OSNoNetworkButton,
OSNoReadonlyReturn,
OSOverwritePrompt,
OSPathMustExist,
OSReadonly);
- DefExtension : String;
XOpenSaveDialog methods:
- constructor Create;
- function Execute
: Boolean;
- function GetMenuItemHandle(
Idx : Integer ) : HMenu;
- procedure RadioCheck( Idx : Integer );
Another XDialogs.pas definitions:
- procedure ShowMessage( S : String ); (by Carlo Kok)
goto XCL page
goto home
page