APR Dialogs Reference

Types, Properties, Methods, Events

 

Sorry, I know that my english is not good...

Some remarks

1. Some properties are still undocumented becourse 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.