ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Managing external languages / Object functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Style (External language)
In french: Style
Loads a style sheet.
Remark: A project is re-docked to either the standard style sheet or a project-specific style sheet.. When loading the project, the style sheet attached to the project is loaded. Style loads a style sheet other than the default.
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: 09/30/2024

Send a report | Local help