[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: postscriptprinter.pas line 61
type TPSPattern = class(TObject) |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure Changed; |
|
|
|
||
property PaintType: TPSPaintType; [rw] |
|
|
property TilingType: TPSTileType; [rw] |
|
|
|
||
|
||
property Name: String; [rw] |
|
|
property Canvas: TPostScriptCanvas; [r] |
|
|
property GetPS: TStringList; [r] |
|
|
property OldName: String; [rw] |
|
|
property OnChange: TNotifyEvent; [rw] |
|
|
end; |
|
||
| | ||
lazarus-ccr.sourceforge.net |