OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: MarcoMenapace on September 18, 2015, 06:13:07 AM

Title: Complete List of dcl function
Post by: MarcoMenapace on September 18, 2015, 06:13:07 AM
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
Title: Re: Complete List of dcl function
Post by: MarcoMenapace on September 18, 2015, 06:26:53 AM
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
Title: Re: Complete List of dcl function
Post by: owenwengerd on September 18, 2015, 01:08:19 PM
You can browse the function reference in the OpenDCL help file (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Index.htm), and you can double-click on a property name in the property grid to open the documentation for that property.