[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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 Transparent: Boolean; [rw] |
|
|
property OnChange: TNotifyEvent; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |