Property dialog

Top 

 

This dialog is used for the Property Value Report. Enter definitions for the properties that you want documented:

 

Enter a definition on the form typename;property like

 

TCustomLabel;Caption

 

In this case, PAL will document the value of every TCustomLabel Caption property (or descendant of a TCustomLabel, like TLabel) that is found in a DFM file. There are some extensions, for instance if you enter:

 

;SQL

 

every property with the name “SQL” will be documented regardless of its type.

 

If you enter

 

TButton;

 

every property of TButton will be documented.

 

Use the checkboxes to select the properties that you currently want to check.