[fpc-devel] TComponent.Tag type

Graeme Geldenhuys graemeg.lists at gmail.com
Thu Mar 20 09:22:23 CET 2008


> This has been discussed before:
>  http://www.mail-archive.com/fpc-devel@lists.freepascal.org/msg05895.html
>
>  It could be problematic if a Tag is streamed and read on different platforms. It
>  would better to introduce a new (non streamable) SizeInt property.
>

In fpGUI I introduced the following...

  public
    property  TagPointer: Pointer read FTagPointer write FTagPointer;


Non-streamable, but handy.  Would that work?


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-devel mailing list