[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: GR32.pas line 762
type TCustomMap = class(TThreadPersistent) |
||
protected |
||
FHeight: Integer; |
|
|
FWidth: Integer; |
|
|
FOnResize: TNotifyEvent; |
|
|
procedure SetHeight(); virtual; |
|
|
procedure SetWidth(); virtual; |
|
|
procedure ChangeSize(); virtual; |
|
|
public |
||
constructor Create(); overload; |
|
|
destructor Destroy; override; |
|
|
procedure Delete; virtual; |
|
|
function Empty; virtual; |
|
|
procedure Resized; virtual; |
|
|
function SetSizeFrom(); |
|
|
function SetSize(); virtual; |
|
|
property Height: Integer; [rw] |
|
|
property Width: Integer; [rw] |
|
|
property OnResize: TNotifyEvent; [rw] |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
TObject,IInterface |
CT Web help |
CodeTyphon Studio |