|
|
|
|
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.
// 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|