Class TSaveDialogEx (unit sDialogEx)

Inherits from

TSaveDialog

Constructors


constructor Create(AOwner: TComponent);



Functions

destructor Destroy;


function Execute: boolean;


function LoadPath: string;


function SavePath: boolean;


Properties

property About : TAboutSaveDialogEx


property AutoLoad : boolean


property AutoSave : boolean


property SaveKey : string


property SaveSection : string


Events

event OnAfterExecute : TNotifyEvent


event OnBeforeExecute : TNotifyEvent


Variables

FAbout : TAboutSaveDialogEx;


FAutoLoad : boolean;


FAutoSave : boolean;


FKey : string;


FOnAfterExecute : TNotifyEvent;


FOnBeforeExecute : TNotifyEvent;


FSection : string;



Constructors


constructor Create(AOwner: TComponent);


Functions


destructor Destroy;


function Execute: boolean;


function LoadPath: string;


function SavePath: boolean;


Properties


property About : TAboutSaveDialogEx


property AutoLoad : boolean


property AutoSave : boolean


property SaveKey : string


property SaveSection : string


Events


event OnAfterExecute : TNotifyEvent


event OnBeforeExecute : TNotifyEvent


Variables


FAbout : TAboutSaveDialogEx;


FAutoLoad : boolean;


FAutoSave : boolean;


FKey : string;


FOnAfterExecute : TNotifyEvent;


FOnBeforeExecute : TNotifyEvent;


FSection : string;