I have the following which I need to display in a TDBTextBox
or perhaps even using the Caption property in a Label.
var
Details1 : Variant;
Details2 : Integer;
Details3 : string;
Can some guru out there give me an idea as to how to do this please?
Thanks in advance.
TERRY