Changeset 109 for trunk/Packages/Common/UListViewSort.pas
- Timestamp:
- Jul 26, 2016, 11:22:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/UListViewSort.pas
r43 r109 73 73 procedure UpdateFromListView(ListView: TListView); 74 74 function TextEntered: Boolean; 75 function TextEnteredColumn(Index: Integer): Boolean; 75 76 function GetColValue(Index: Integer): string; 76 77 property StringGrid: TStringGrid read FStringGrid1 write FStringGrid1; … … 142 143 end; 143 144 end; 145 end; 146 147 function TListViewFilter.TextEnteredColumn(Index: Integer): Boolean; 148 begin 149 Result := FStringGrid1.Cells[Index, 0] <> ''; 144 150 end; 145 151
Note:
See TracChangeset
for help on using the changeset viewer.