|
|
|
|
|
WinChangeAlias (Function) In french: FenChangeAlias Modifies the alias of a window. Reminder: Aliases can be used to identify a window opened multiple times (common case in an MDI application).
sAliasName = MDIOpen(WIN_EditCustomer, "New customer", Value1, Value2)
WinChangeAlias(sAliasName, "TEMP0001")
Syntax
<Result> = WinChangeAlias(<Former alias> , <New alias>)
<Result>: Boolean - True if the name change was performed,
- False if the operation was not performed (a window with the same alias already exists).
<Former alias>: Character string Alias that must be modified. <New alias>: Character string New window alias. Remarks This function is equivalent to the Alias property. {<Former alias>}..Alias = <New alias>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|