Changeset 923 for trunk/Common/Form/Form.php
- Timestamp:
- Mar 28, 2022, 12:17:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Form.php
r922 r923 19 19 SQL - SQL dotaz pro zjištění hodnoty, #Id bude nahrazeno Id aktuální položky 20 20 */ 21 class FormItem 22 { 23 public string $Type; 24 public string $Caption; 25 public string $Default; 26 public bool $Null; 27 public bool $NotInList; 28 public bool $Hidden; 29 public bool $Filter; 30 public string $Suffix; 31 public string $Description; 32 public bool $ReadOnly; 33 public bool $Required; 34 public string $SQL; 35 } 21 36 22 37 class Form
Note:
See TracChangeset
for help on using the changeset viewer.