Unit 'ProtocolTypes' Package
[Overview][Constants][Types][Classes][Index] [#pl_pascalscada]

ITagNumeric

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

Declaration

Source position: protocoltypes.pas line 328

type ITagNumeric = interface(ITagInterface)

  function GetValue;

  

  procedure SetValue();

  

  function GetValueRaw;

  

  procedure SetValueRaw();

  

  property Value: Double; [rw]

  

  property ValueRaw: Double; [rw]

  

end;

Inheritance

ITagNumeric

  

|

ITagInterface

  

|

IInterface



CT Web help

CodeTyphon Studio