|
|
|
|
|
|
|
A Repositionable Note control can be handled in a window by the following WLanguage properties...... |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types...... |
|
|
|
|
|
|
The DefaultValue property is used to:
Find out the default value of an item. This item was defined in the data model editor or through programming.
Define the default value of an item (when describing the item through programming).... |
|
|
|
|
|
|
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties. |
|
|
|
|
|
|
The RecordSize property is used to get the size (in bytes) of a record in:
a file described in the data model editor,
a file described through programming,
an HFSQL view,
a query.... |
|
|
|
|
|
|
The server administrator can define the server parameters via the remote administration tool...... |
|
|
|
|
|
|
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile).... |
|
|
|
|
|
|
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile). |
|
|
|
|
|
|
The RulerModifiable property is used to:
Find out whether the user can move the playhead in a TimeLine control.
Allow or prevent the user from moving the playhead in a TimeLine control.... |
|
|
|
|
|
|
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only. |
|
|
|
|
|
|
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)...... |
|
|
|
|
|
|
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile).... |
|
|
|
|
|
|
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements...... |
|
|
|
|
|
|
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control. |
|
|
|
|
|
|
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).... |
|
|
|
|
|
|
The Type property is used to get:
the type of element (data file or item) defined programmatically or in the data model editor, view or query.
the type of object.
the type of data held in a Variant.... |
|
|
|
|
|
|
Modifies the type and duration of the animation used when closing the application windows. |
|
|
|
|
|
|
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages. |
|
|
|
|
|
|
Modifies the type and duration of animations used when opening the application windows. |
|
|
|
|
|
|
The NbMemoItem property is used to get the total number of memo items in a record of:
a file described in the data model editor,
a file described through programming,
an HFSQL view,
a query.... |
|
|
|
|
|
|
Used to:
Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine.
Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery).... |
|
|
|
|
|
|
Automatically initializes the controls of a window with:
the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
the values of the bound WLanguage variables.... |
|
|
|
|
|
|
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|