[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TCustomSeparator

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

Declaration

Source position: separator.inc line 21

type TCustomSeparator = class(TWidget)

protected

  FOrientation: TOrientation;

  

  FSpacing: Integer;

  

  procedure Paint(); override;

  

  procedure CalcSizes; override;

  

  property Orientation: TOrientation; [rw]

  

  property Spacing: Integer; [rw]

  

public

  constructor Create(); override;

  

end;

Inheritance

TCustomSeparator

  

|

TWidget

  

The TWidget class is the base class of all user interface objects.

|

TComponent

?

TObject