|
|
Visits:
2367
(64 on line)
|
Last Update: Dec 21, 2003
|
|
|
|
| | |
| Description Inheritance Example Properties Methods |
| |
| Description |
The TDateTimeFr5 Object is a special kind of a TDateTime5 object which handles dates in French format.
TDateTimeFr5 inherits from the TDateTime5 object. |
| Description Inheritance Example Properties Methods |
| |
| Inheritance |
Inherits from: TDateTime5 TObject5 |
| Description Inheritance Example Properties Methods |
| |
| Example |
| |
 |
| |
The above form is generated by the following APL+Win Objects code: |
'ff'Świ'*Create' 'TForm5'('*caption' 'Enter your Birth Date')
'ff.cal'Świ'*Create' 'TDateTimeFr5'('wherelc'5 150 Đ 200)('caption' 'Birth Date (DD/MM/YYYY)')
'ff'Świ'WaitRedim'
|
| |
| Description Inheritance Example Properties Methods |
| |
| Properties |
| |
|
| class |
Description: Return current object class
Syntax: class„'obj' Świ 'class' |
| help |
Example:
0 0˝'ff' Świ '*Create' 'TForm5' ('*caption' 'Enter your Birth Date')
0 0˝'ff.cal' Świ '*Create' 'TDateTimeFr5' ('wherelc'5 150 Đ 200) ('caption' 'Birth Date (DD/MM/YYYY) ')
0 0˝'ff' Świ 'WaitRedim' |
| value |
Description: Get or Set the date for the control
Syntax: 'obj' Świ 'value' value
value: either a date in dd mm yyyy or dd mm yy format
or in d/mm/yy or dd/mm/yyyy format
or in yyyymmdd format
or in Śts format (yyyy mm dd hh mm ss ms)
or '' or Đ or a string containing . blanks and /s |
|
| Description Inheritance Example Properties Methods |
| |
| Methods |
| |
|
| New |
Description: Create a new instance of TDateTimeFr5
Example:
'obj' Świ '*Create' 'TDateTimeFr5'
|
|
| Description Inheritance Example Properties Methods |
| |
|