Unit 'cyClasses' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_cindy]

TcyBgPicture

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

Declaration

Source position: cyClasses.pas line 147

type TcyBgPicture = class(TPersistent)

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  function SomethingToDraw;

  

published

  property IndentX: Integer; [rw]

  

  property IndentY: Integer; [rw]

  

  property IntervalX: Integer; [rw]

  

  property IntervalY: Integer; [rw]

  

  property RepeatX: Word; [rw]

  

  property RepeatY: Word; [rw]

  

  property Picture: TPicture; [rw]

  

  property Position: TBgPosition; [rw]

  

  property Style: TBgStyle; [rw]

  

  property Transparent: Boolean; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

end;

Inheritance

TcyBgPicture

  

|

TObject



CT Web help

CodeTyphon Studio