Ignore:
Timestamp:
Feb 11, 2012, 10:43:06 AM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Periodické načítání obrázků kamery se nyní provádí na pozadí kvůli zamezení problikávání.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UWebObjects.pas

    r69 r71  
    161161        with THtmlCell(Row.Cells.AddNew(THtmlCell.Create)) do begin
    162162          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 + ': ';
    164166        end;
    165167        with THtmlCell(Row.Cells.AddNew(THtmlCell.Create)) do begin
Note: See TracChangeset for help on using the changeset viewer.