[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: postscriptprinter.pas line 59
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; |
|
||
| | ||
TObject |
Version 4.0 | Generated 2025-05-03 | Home |