[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGObject2' (#lcl)

TGParamSpecFloat

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

Declaration

Source position: lazgobject2.pas line 842

type TGParamSpecFloat = object(TGParamSpec)

  minimum: gfloat;

  

  maximum: gfloat;

  

  default_value: gfloat;

  

  epsilon: gfloat;

  

end;

Inheritance

TGParamSpecFloat

  

TGParamSpec