Unit 'us7tagbuilder' Package
[Overview][Types][Classes][Variables][Index] [#pl_pascalscada]

TS7TagItemEditor

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

Declaration

Source position: us7tagbuilder.pas line 86

type TS7TagItemEditor = class(TPanel)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure PopulateCombo;

  

  procedure EnableTagType();

  

  procedure EnableScanRate();

  

  procedure EnableSwapBytes();

  

  procedure EnableSwapWords();

  

  property Bit []: TTagBitItemEditor; [r]

  

published

  property BitCount: LongInt; [r]

  

  function AddBit;

  

  procedure DelBit();

  

  function GetIndex();

  

  function AcceptName();

  

  property TagName: AnsiString; [rw]

  

  property TagType: TTagType; [rw]

  

  property TagScan: TRefreshTime; [rw]

  

  property SwapBytes: Boolean; [rw]

  

  property SwapWords: Boolean; [rw]

  

  property SkipTag: Boolean; [rw]

  

  property OnCheckNames: TCheckNames; [rw]

  

  property OnUpClick: TNotifyEvent; [rw]

  

  property OnDownClickEvent: TNotifyEvent; [rw]

  

  property OnDelClickEvent: TNotifyEvent; [rw]

  

  property OnBitsClickEvent: TNotifyEvent; [rw]

  

  property OnTypeChange: TNotifyEvent; [rw]

  

  property OnSkipChange: TNotifyEvent; [rw]

  

  property OnDelBitItem: TNotifyEvent; [rw]

  

end;

Inheritance

TS7TagItemEditor

  

|

TObject



CT Web help

CodeTyphon Studio