[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; |
|
||
| | | ||
| Version 4.4 | Generated 2025-11-08 | Home |