Class TOpenDialogEx (unit oDialogEx)
Inherits from
TOpenDialog
Constructors
constructor Create(AOwner: TComponent);
Functions
destructor Destroy;
function Execute: boolean;
function LoadPath: string;
function SavePath: boolean;
Properties
property About : TAboutOpenDialogEx
property AutoLoad : boolean
property AutoSave : boolean
property SaveKey : string
property SaveSection : string
Events
event OnAfterExecute : TNotifyEvent
event OnBeforeExecute : TNotifyEvent
Variables
FAbout : TAboutOpenDialogEx;
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 : TAboutOpenDialogEx
property AutoLoad : boolean
property AutoSave : boolean
property SaveKey : string
property SaveSection : string
Events
event OnAfterExecute : TNotifyEvent
event OnBeforeExecute : TNotifyEvent
Variables
FAbout : TAboutOpenDialogEx;
FAutoLoad : boolean;
FAutoSave : boolean;
FKey : string;
FOnAfterExecute : TNotifyEvent;
FOnBeforeExecute : TNotifyEvent;
FSection : string;