Registriert seit: 17. Mai 2007
480 Beiträge
Delphi XE6 Professional
|
Update property of some type with other window
30. Dez 2011, 14:10
Delphi-Version: 2010
Continued old thred about frames...
So, on frame I have color selector. How can I assign choosed color in "real time" to any color property on main form (selecting color from image by mouse down and moving cursor)? When I want to modify object it's simple, because I can do it by pointer, but how about simple types?
I added field FColor: PColor. When picking color C := SelectedColor and then FColor := @C. Don't working.
|