* Applied cleanup patch from Luiz Americo

git-svn-id: trunk@20866 -
This commit is contained in:
michael 2012-04-14 14:49:01 +00:00
parent f993b813b1
commit 1ee57d4edd
2 changed files with 1 additions and 7 deletions

View File

@ -1311,11 +1311,6 @@ begin
FFiltered := value;
end;
Procedure TDataset.SetFound(const Value: Boolean);
begin
FFound := Value;
end;
Procedure TDataset.SetModified(Value: Boolean);
@ -1325,7 +1320,7 @@ end;
Procedure TDataset.SetName(const Value: TComponentName);
function CheckName(FieldName: string): string;
function CheckName(const FieldName: string): string;
var i,j: integer;
begin
Result := FieldName;

View File

@ -1485,7 +1485,6 @@ type
procedure SetFiltered(Value: Boolean); virtual;
procedure SetFilterOptions(Value: TFilterOptions); virtual;
procedure SetFilterText(const Value: string); virtual;
procedure SetFound(const Value: Boolean);
procedure SetFieldValues(const fieldname: string; Value: Variant); virtual;
procedure SetModified(Value: Boolean);
procedure SetName(const Value: TComponentName); override;