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

TGParamSpecUInt

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

Declaration

Source position: lazgobject2.pas line 978

type TGParamSpecUInt = object(TGParamSpec)

  minimum: guint;

  

  maximum: guint;

  

  default_value: guint;

  

end;

Inheritance

TGParamSpecUInt

  

TGParamSpec