Tile method: Tile class
Syntax
Tile()
Description
The Tile method is the constructor for the superclass. In your implementation, the constructor for your subclass must instantiate an object of the superclass using %Super.
Parameters
None
Returns
None.
Example
method My_Tile
%Super = create PTGP_APPCLASS_TILE:Tiles:Tile();
end-method;
Related Topics