ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Style (External language)
In french: Style
Loads a style sheet.
Remark: A project is attached to the standard style sheet or to a style sheet specific to the project. When loading the project, the style sheet attached to the project is loaded. Style is used to load a style sheet other than the default one.
Example
// In C
CALLWD("STYLE,PROJECT1.WDS");
// In Pascal
CALLWD('STYLE,PROJECT1.WDS');
// In VB
call CALLWD("STYLE,PROJECT1.WDS")
Syntax
Style(<Sheet name>)
<Sheet name>: Character string
Name of the new style sheet to use. The name of a style sheet is the name of the project that created it with the WDS extension. The standard style sheet is named WD.STY.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help