Unit 'BCTileMap' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_bgracontrols]

TMapIni

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

Declaration

Source position: bctilemap.pas line 270

type TMapIni = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure LoadFromINIFile();

  

  procedure SaveToINIFile();

  

  procedure DrawMap();

  

published

  property Map: TMap; [rw]

  

  property TileSet: TTileSet; [rw]

  

  property TileOffset: TTileOffset; [rw]

  

  property Tiles: TTiles; [rw]

  

  property Layers: TLayers; [rw]

  

  property Image: TImageSource; [rw]

  

end;

Inheritance

TMapIni

  

|

TObject



CT Web help

CodeTyphon Studio