Changeset 130 for trunk/Application/UWebObjects.pas
- Timestamp:
- Mar 18, 2022, 1:32:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UWebObjects.pas
r103 r130 174 174 with THtmlCell(Row.Cells.AddNew(THtmlCell.Create)) do begin 175 175 ColSpan := 2; 176 Value := THtmlBlock.Create; 176 177 for I := 0 to Actions.Count - 1 do 177 Value := THtmlBlock.Create;178 178 with THtmlInput(THtmlBlock(Value).SubItems.AddNew(THtmlInput.Create)) do begin 179 179 Value := TQueryAction(Actions[I]).Caption;
Note:
See TracChangeset
for help on using the changeset viewer.