Link to home
Start Free TrialLog in
Avatar of TheCokeGuy
TheCokeGuy

asked on

A Little Question

This line works:
Procedure GrayScale(Value: TImage); overload;

Can anyone tell me why this don't work?
Procedure Resize(Value: TImage; Width: Integer; Height: Integer);

Are there missing something?

"It is for a component"
Avatar of loop_until
loop_until

You'll have to be a bit more specific, what doesn't work? Can you give us a bit more code? It all depends of the context, the prototype in itself is not wrong but if the ancestor has a Resize property you might need to overload this one to as the GrayScale procedure.

Do you have an compiler error? Do you have a run-time error? Is it just the procedure that does do what it is suppose to do?
Avatar of Manuel Lopez-Michelone
need more info CokeGuy, please ;)

best wishes
Manuel Lopez (lopem)
ASKER CERTIFIED SOLUTION
Avatar of DragonSlayer
DragonSlayer
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial