[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: watchpropertydlg.pp line 62
type TWatchPropertyDlg = class(TForm) |
||
ButtonPanel: TButtonPanel; |
|
|
chkAllowFunc: TCheckBox; |
|
|
chkAllowFuncThreads: TCheckBox; |
|
|
chkEnabled: TCheckBox; |
|
|
chkUseInstanceClass: TCheckBox; |
|
|
|
||
dropFpDbgConv: TComboBox; |
|
|
dropValFormatter: TComboBox; |
|
|
lblValFormatter: TLabel; |
|
|
Panel2: TPanel; |
|
|
Spacer1: TLabel; |
|
|
lblFpDbgConv: TLabel; |
|
|
lblExpression: TLabel; |
|
|
lblRepCount: TLabel; |
|
|
Panel1: TPanel; |
|
|
PanelTop: TPanel; |
|
|
Spacer2: TLabel; |
|
|
txtExpression: TEdit; |
|
|
txtRepCount: TSpinEdit; |
|
|
procedure btnHelpClick(); |
|
|
procedure btnOKClick(); |
|
|
procedure chkAllowFuncChange(); |
|
|
procedure txtExpressionChange(); |
|
|
procedure txtRepCountChange(); |
|
|
protected |
||
procedure SetVisible(); override; |
|
|
public |
||
constructor Create(); |
|
|
property DisplayFormat: TWatchDisplayFormat; [r] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |