APR Dialogs Reference

version 1.1.5

Types, Properties, Methods, Events

For last updates, bugs, other info see www.actor.ru/~sandy

Some remarks

1. Some properties are still undocumented becaurse you should not use them directly

2. Format of every property/method is the following:


<Property/Method name, args, ret value>; [accessibility]; [other remarks]
<scope>
[description]

where access qualifiers may be one of the following: RW (readable and writable - DEFAULT), R(read only).

for example:

property InitialAlias : string; RW;
Published

.....

or

property SelectedFolder : string; R; use when dialog is visible.
Published; Protected in custom version

.....

If there is no accessibility marks then suppose that you can read from and write to this property.