Skip to content

Instantly share code, notes, and snippets.

Created September 10, 2013 16:19
Show Gist options
  • Save anonymous/6511834 to your computer and use it in GitHub Desktop.
Save anonymous/6511834 to your computer and use it in GitHub Desktop.
type TSomeObj = object of TObject
Variable: int
var a: TSomeObj
echo ("Wert: ",a.Variable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment