[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'nvWidgets' (#nvidia-widgets)

Group

Group record

Declaration

Source position: nvWidgets.pas line 137

type Group = record

  bounds: Rect;

  

anchor point + width and height of the region

  flags: Integer;

  

group behavior

  margin: Integer;

  

border

  space: Integer;

  

interior

end;