Changeset 71 for trunk/Application/UWebObjects.pas
- Timestamp:
- Feb 11, 2012, 10:43:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UWebObjects.pas
r69 r71 161 161 with THtmlCell(Row.Cells.AddNew(THtmlCell.Create)) do begin 162 162 Value := THtmlString.Create; 163 THtmlString(Value).Text := Caption + ': '; 163 THtmlString(Value).Text := Caption; 164 if Required then THtmlString(Value).Text := THtmlString(Value).Text + '*'; 165 THtmlString(Value).Text := THtmlString(Value).Text + ': '; 164 166 end; 165 167 with THtmlCell(Row.Cells.AddNew(THtmlCell.Create)) do begin
Note:
See TracChangeset
for help on using the changeset viewer.