|
|
От: |
Sinclair
|
https://github.com/evilguest/ |
| Дата: | 28.02.03 02:06 | ||
| Оценка: | 3 (1) | ||
procedure TForm1.bsSkinButton1Click(Sender: TObject);
begin
with Table1 do begin
Filter:= 'NUM_TEL=''*'+bsSkinEdit1.Text+'*''';
Filtered:= True;
end;
end;