Board index » delphi » Properties as properties
kjohn...@abo.fi
![]() Delphi Developer |
Sun, 10 May 1998 03:00:00 GMT
Properties as properties
Hi all!
Is there some way I could pass a *property* as a parameter?!? What I need to do (well, don't *need* really, just curious if it's possible) is pass a property Something like myObject.dbObject.dbProperties := <list with propertynames and property types> myObject.dbObject.ReadFromDB; and in dbObject.ReadFromDB: for x := 0 to dbProperties.count - 1 do I realize the code above isn't correct, but it should illustrate what I'm looking for. I hope :-) Any help would be appreciated! Kim Johnsson |