Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.983 Beiträge
 
#1

Finding yourself in a property bind

  Alt 11. Mai 2011, 18:20
From the wishful thinking department, I would love to be able tovar MyObject : TBoundObject;begin MyObject.Bind(CompilerMagic(TSomeClass.SomeBoolean Property));end;instead ofvar MyObject : TBoundObject;begin Src: TSomeClass; MyObject.Bind(Src, ...

More...
  Mit Zitat antworten Zitat