[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_daqevnt.pas line 177
type TDaqSmoother = class(TMasterObject) |
public |
constructor Create(); |
property Window: Double; [rw] |
property Power: Integer; [rw] |
property K1: Integer; [rw] |
property K2: Integer; [rw] |
function Smooth(); |
end; |
| |
| |
TObject |