[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A custom type used to represent X and Y coordinates.
Source position: fpg_base.pas line 38
type TfpgCoord = Integer; |
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.