Beispiel-Record.
TPoint = record
X: Integer;
(**!
* @brief give the X position
* @details blah blah about X pos field
*)
Y: Integer; (**! @brief give the Y position *)
end;
Dieser Record speichert X- und Y-Werte.
blah blah about X pos field