Subject ParamByName.DisplayFormat
Author radevojvodic
Hi all,

I have a storedProcedure that inserts some data in on of the tables.
Everything works fine except that i can't get right display format in
edits which controls input parameters of that procedure.

I put a IB_storedProcedure on form along with IB_DataSource and few
IB_Edits. Datasource of each IB_Edit is given IB_Datasource and name
of parameters are corectly defined.

In documentation is stated that there is a property
IB_StoredProc.ParamByName('PARAM').DisplayFormat but it doesn't do
anything. Am I doing something wrong?