ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV 28 feature!
Help / WLanguage / WLanguage properties / Properties associated with reports and controls
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
Markdown (Property)
In french: Markdown
The Markdown property can be used to:
  • determine if a Static control of a report is of type Markdown.
  • set the type of a Static control in a report to Markdown.
Remark: Markdown is an option available for Static controls. This option is available in the "General" tab of the control description.
Example
// If the "STC_Name" control is of type Markdown, it becomes visible
IF STC_Name.Markdown = True THEN
STC_Name.Visible = True
END
Syntax

Determining if the control is of type Markdown Hide the details

<Result> = <Static control>.Markdown
<Result>: Boolean
  • True if the specified element is of type Markdown,
  • False otherwise.
<Static control>: Control name
Static control of a report.

Setting the type of a control to Markdown Hide the details

<Static control>.Markdown = <Type>
<Static control>: Control name
Static control of a report.
<Type>: Boolean
  • True if the specified element must be of type Markdown,
  • False otherwise.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/22/2023

Send a report | Local help