I have a program that requires a parameter of type TObject, as shown below:
MyProcedure (const AValue: TObject ); I have a Variant array, and I am calling the procedure in a loop, as shown be
I have a program that requires a parameter of type TObject, as shown below:
MyProcedure (const AValue: TObject ); I have a Variant array, and I am calling the procedure in a loop, as shown be