APR Dialogs Reference
version 1.2.2
Types, Properties, Methods, Events
For last updates, info about bugs, other info see www.actor.ru/~sandy
Some remarks
1. Some properties(even public) and classes are still undocumented becaurse you should not use them directly. Or it's unsafe in some situations to use them.
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.