Inherited from : TApCustomOpenDialog
unit: ApTableDlg
REM: There are many public properties wich you should not use while using this component. It's temporary situation and these members will be removed to protection section later.
There are no items in this section.
Aliased : string; 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.
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.
function Execute : boolean;
Standard member for the dialog component.