Complete List of dcl function

Started by MarcoMenapace, September 18, 2015, 06:13:07 AM

Previous topic - Next topic

MarcoMenapace

Good afternoon everyone,
I'm trying some feature of ODCL and I'm pretty impressed from the speed of development.
The problem is that I don't know where to find a complete list of possible command implemented.
I will try to explain myself with an example :
I'm trying to implement a dynamic list box that appear next to a textbox when the textbox get the focus.
I need to set the top of the listbox at the same height of the textbox.
To set the height I use dcl-control-SetTop with a statical numeric value corresponding to the textbox top.
There is a way to exctract the parameters of an object from the form?
I mean, something like dcl-control-GetTop([project]_[Form]_[Object]) ....
And also, if exist, a complete list of command please.

Thank you.
Marco

MarcoMenapace

I found the function I was searching...
In fact It was exactly "(dcl-Control-GetTop [project]/[form]/[control])"
Thanks anyway...
(In Italy is common to say : " fatti una domanda e datti una risposta" that in english sound like " make yourself a question and give yourself an answer")  ;D

owenwengerd

You can browse the function reference in the OpenDCL help file, and you can double-click on a property name in the property grid to open the documentation for that property.