Prefix dialog |
Top |
This dialog is used for the Prefix Report. Enter definitions for the prefixes that you want checked:
Enter a definition on the form typename;prefix like
TCustomLabel;lbl
In this case, PAL will check that every TCustomLabel object (or descendant of a TCustomLabel, like TLabel) that is found in a DFM file, begins with the (case-sensitive letters “lbl”).
If you press the button Set Defaults the following prefix definitions are inserted:
TBitBtn;btn TButton;cmd
TCheckBox;chk TComboBox;cbo TCustomCheckBox;chk TCustomComboBox;cbo TCustomEdit;txt TCustomGroupBox;gb TCustomLabel;lbl TCustomListBox;lb TCustomMemo;mem TCustomPanel;pnl TCustomRadioGroup;rg
TEdit;txt
TGroupBox;gb
TImage;img
TLabel;lbl TListBox;lb
TMainMenu;mnu TMemo;mem TMenu;mnu
TPanel;pnl TPopupMenu;mnu
TRadioButton;rb TRadioGroup;rg
TSpeedButton;btn |