Unit 'GR32' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TCustomMap

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GR32.pas line 548

type TCustomMap = class(TThreadPersistent)

protected

  FHeight: Integer;

  

  FWidth: Integer;

  

  FOnResize: TNotifyEvent;

  

  procedure SetHeight(); virtual;

  

  procedure SetWidth(); virtual;

  

  procedure ChangeSize(); virtual;

  

public

  constructor Create(); overload;

  

  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;

Inheritance

TCustomMap

  

|

TThreadPersistent

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio