TApOpenTableDialog component

Inherited from : TApCustomOpenDialog

unit: ApTableDlg

Types

Properties

Methods

Events



Types


There are no items in this section.



Properties


Aliased : boolean; RW

Published

Determines whether 'Alias' check box is selected on launching the dialog box. Thats means that standard shell list view with files and folders will be hidden and custom control with contents of the selected alias (use InitialAlias property to specify this alias) will be displayed. You can use this property to change selection control even when the dialog is visible.


InitialAlias : string; RW

Published

You can set initial alias wich will be selected in the combo box on startup your dialog.


Tables : TStrings; R

Public

Read this property to get selected tables after the dialog is closed.


DatabaseName : string; R

Public

Read this property to get database name you selected after the dialog is closed.


CustomStdAliases: TStrings; RW

Public

Add strings in the following form: "USER_ALIAS_NAME=BDESTANDARD_ALIAS_PATH" to this property to add application-specific aliases in Aliases combo box. These aliases will be displayed with different icon.



Methods


function Execute : boolean;

Standard member for the dialog component.



Events