Ignore:
Timestamp:
Mar 18, 2022, 1:32:32 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Build with Lazarus 2.2.0.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UWebObjects.pas

    r103 r130  
    174174    with THtmlCell(Row.Cells.AddNew(THtmlCell.Create)) do begin
    175175      ColSpan := 2;
     176      Value := THtmlBlock.Create;
    176177      for I := 0 to Actions.Count - 1 do
    177       Value := THtmlBlock.Create;
    178178      with THtmlInput(THtmlBlock(Value).SubItems.AddNew(THtmlInput.Create)) do begin
    179179        Value := TQueryAction(Actions[I]).Caption;
Note: See TracChangeset for help on using the changeset viewer.