Unit rDialogsEx

Description

rDialogsEx unit contains TrOpenDialog and TrSaveDialog used in all rosi components and provide setting centralization for dialogs properties.

Updated version compatible with Delphi2010+.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TrOpenDialog TOpenDialog used by all rosi components and provide setting centralization for dialogs properties
Class TrSaveDialog TSaveDialog used by all rosi components and provide setting centralization for dialogs properties

Functions and Procedures

function BrowseForFolder(const Title: string; const IniFolder: string = ''): string; deprecated;
function BrowseForFolderEx(const Title: string; const IniFolder: string = ''): string;
function ShowSelectFontDialog(AFont: TFont): boolean;

Description

Functions and Procedures

function BrowseForFolder(const Title: string; const IniFolder: string = ''): string; deprecated;

Warning: this symbol is deprecated.

create and show dialog for searching for directory, old deprecated version, use BrowseForFolderEx

function BrowseForFolderEx(const Title: string; const IniFolder: string = ''): string;

create and show dialog for searching for directory (new Win style)

function ShowSelectFontDialog(AFont: TFont): boolean;

create and show font dialog

Author

Created

Oct 2011

Last Modified

Jan 2013


Generated by PasDoc 0.15.0.