|
WINDEV, WEBDEV AND WINDEV MOBILE ONLINE HELP |
| | | |
|
- Font color
- Font of report controls
- Fonts of page controls
- Limits
Font (Property) In french: Police
MyFont is Font MyFont = FontCreate("Arial", 12, iBold) EDT_Address..Font = MyFont
Syntax
Finding out the font used in a control Hide the details
<Result> = <Control Name>..Font
<Result>: Font Font variable containing the characteristics of the font used in the specified control. <Control Name>: Character string (with or without quotes) Name of control to use.
Modifying the font used in a control Hide the details
<Control Name>..Font = <New Font>
<Control Name>: Character string (with or without quotes) Name of control to use. <New Font>: Font Font variable containing the characteristics of the new font that will be used in the specified control. The font characteristics have been defined by FontCreate or via the properties for font management. Remarks The color of the font can be defined in its attributes: - by FontCreate. For example:
FontCreate("Arial", 12, iBold, DarkYellow)
- by the definition of a font. Example:
MyFont is Font MyFont..Color = LightRed
The following properties allow you to handle the fonts used in the report controls: In a window and in a page, ..Font can be used on: - a Static control,
- an edit control,
- a Button control,
- a Check Box control,
- a Radio Button control,
- a List Box control,
- a row in a list box (including listview) or in a combo box,
Versions 19 and latera Table control, New in version 19a Table control, a Table control, Versions 19 and latera TreeView Table control, New in version 19a TreeView Table control, a TreeView Table control, - a table cell,
This property is available in read-only. - a table column,
- a formatted display control,
- an HTML control,
- a Combo Box control,
- a Link control,
- an HTML Static control,
- a Pager control,
- a site map path,
- a TreeView control,
- a menu,
- a cell in a status bar.
Related Examples:
|
Unit examples (WEBDEV): Font property
[ + ] This example presents the use of the..Font properties and the use of the FontCreate function.
|
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |
|
| |
| | |
| |
|
|
|