TApDatabaseDialog component

Inherited from : TApCustomFolderDialog

You can select BDE  alias file path in this dialog. Based on the TApFolderDialog component.

Types

Properties

Methods

Events



Types


none



Properties


Aliased: boolean; RW

Published.

Set this property to true if you want to display BDE aliases list at dialog startup.


InitialAlias: string; RW

Published.

Set this property to that BDE alias wich will be selected on dialog startup in alias combo box.


ShowSelection : boolean; RW

Published.

Set this property to true if you want to  show currentry selected folder name to be displayed in dialog box while it's visible.


DatabaseName : string; R

Public

Read this property to get database name you selected. Read this property after dialog box 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.


DlgItemsCaptions : TApDbDlgCaptions

Published

You can set items in this property to replace labels for standard controls inside dialog. For example you can replace OK button caption using DlgItemsCaptions.OK property. If there is no value in any subitem then original text is displayed for this item.



Methods

No items in this section.



Events


none