|
|
|
|
|
|
|
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....... |
|
|
|
|
|
|
The indirection operators ({ }) are used to handle an object whose name is found in a variable...... |
|
|
|
|
|
|
The different types of variables are...... |
|
|
|
|
|
|
Deletes an object from the LDAP server. |
|
|
|
|
|
|
The Password property can be used:
on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control.
on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection.... |
|
|
|
|
|
|
A window or page can display information from...... |
|
|
|
|
|
|
By default, a single code window is opened per ...... |
|
|
|
|
|
|
The Automation keyword is used to declare an automation object... |
|
|
|
|
|
|
Lists the children of an object in an LDAP server. |
|
|
|
|
|
|
Lists the object attributes in an LDAP server. |
|
|
|
|
|
|
Branches a procedure to the event of an automation object. |
|
|
|
|
|
|
The Source property can be used on:
a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ...
a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.).... |
|
|
|
|
|
|
The Variant type is used to:
store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ...
store named or indexed subelements.
store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists.
handle the NULL value in WLanguage.
store interactions with ActiveX objects and Automation programming.... |
|
|
|
|
|
|
Validates the modification of an existing object in an LDAP server. |
|
|
|
|
|
|
Validates the addition of a new object into an LDAP server. |
|
|
|
|
|
|
Initializes the addition of a new object into an LDAP server. |
|
|
|
|
|
|
Initializes the modification of an existing object in an LDAP server. |
|
|
|
|
|
|
Returns the list of files:
found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
available on a connection via a native access or via an OLE DB driver.
for a group of files defined in the data model editor.... |
|
|
|
|
|
|
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance...... |
|
|
|
|
|
|
Runs a method of an interface of a COM object instantiated by COMCreateInstance. |
|
|
|
|
|
|
Associates a browser procedure with an event on an object in browser code. |
|
|
|
|
|
|
The COMObject type is used to represent an interface of a COM object. |
|
|
|
|
|
|
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|