[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_base' (#fpgui)

TfpgCoord

A custom type used to represent X and Y coordinates.

Declaration

Source position: fpg_base.pas line 38

type TfpgCoord = Integer;

Description

Internally TfpgCoord is actually a Integer type. We created a custom alias type for use in fpGUI in the event that we might want to change the underlying type in the future. Example to floating points.


Documentation generated on: 2013-04-29