Unit 'WatchPropertyDlg' Package
[Overview][Classes][Index] [#bs_debuggeride]

TWatchPropertyDlg

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: watchpropertydlg.pp line 62

type TWatchPropertyDlg = class(TForm)

  ButtonPanel: TButtonPanel;

  

  chkAllowFunc: TCheckBox;

  

  chkAllowFuncThreads: TCheckBox;

  

  chkEnabled: TCheckBox;

  

  chkUseInstanceClass: TCheckBox;

  

  DisplayFormatFrame1: TDisplayFormatFrame;

  

  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;

Inheritance

TWatchPropertyDlg

  

|

TObject



CT Web help

CodeTyphon Studio