|
ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE |
| | | |
|
- Font variable
- Alias of a window
- Name of a tab pane
- Object type
- Name of an Connection
- Limits
Name (Property) In french: Nom
Not available with this kind of connection
Name is used to find out - the name of the font associated with a Font variable.
Remark: The font name must correspond to one of the fonts installed on the current computer. - the name of a control, report or report block.
- the name of a control, group of controls or window.
- the name of a control, group of controls or page.
The Property Name allows you to change the name of the policy associated with an Variable of type Font. The Property Name also allows you to manage the name of the different HFSQL objects. You can: - Find out the name of a connection.
- Find out the name of an object handled by indirection:
- data file defined in the data model editor or by programming,
- view,
- query run beforehand by HExecuteQuery,
- item defined in the data model editor or by programming,
- link defined in the data model editor or by programming.
- Define the name of the described element:
- when a file is described by programming,
- when an item is described by programming,
- when a link is described by programming,
- when a full-text index is described by programming.
Versions 15 and later New in version 15 Versions 17 and later New in version 17 Versions 18 and later New in version 18 Versions 20 and later New in version 20 Remark: From version 19, HFSQL is the new name of HyperFileSQL. Versions 21 and later New in version 21
// Procedure to which a control name is passed as parameter PROCEDURE MakeVisible(Control) // Name of current control IF {Control}..Name = "CustomerName" THEN {Control}..Visible = True END
Syntax
Finding out the name of specified element Hide the details
<Result> = <Element used>.Name
<Result>: Character string Name of specified element. <Element used>: Character string (with or without quotes) Name of element to use. Remarks Versions 18 and later New in version 18
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |
|
| |
| | |
| |
|
|
|