- Overview
- How to?
- Programming
- Properties available in a page (server code)
- Properties available in a page (PHP code
Handling day in a Calendar controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle through programming:
Programming To handle a day found in a Calendar control, use the following notation:
<Name of Calendar control>[<Date to handle>]
For example:
// Displays the date on a red background CAL_Calendar1["20120701"].BackgroundColor = LightRed
Several properties can be used to handle a day in a Calendar control.
This page is also available for…
|
|
|
|