Unit 'o32bordr' Package
[Overview][Constants][Types][Classes][Index] [#pl_orpheus]

TO32BorderSet

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

Declaration

Source position: o32bordr.pas line 63

type TO32BorderSet = class(TPersistent)

protected

  FOwner: TPersistent;

  

  FLeft: Boolean;

  

  FTop: Boolean;

  

  FRight: Boolean;

  

  FBottom: Boolean;

  

  procedure SetLeft();

  

  procedure SetRight();

  

  procedure SetBottom();

  

  procedure SetTop();

  

public

  constructor Create();

  

published

  property ShowLeft: Boolean; [rw]

  

  property ShowRight: Boolean; [rw]

  

  property ShowTop: Boolean; [rw]

  

  property ShowBottom: Boolean; [rw]

  

end;

Inheritance

TO32BorderSet

  

|

TObject



CT Web help

CodeTyphon Studio