+ Removed HASOVERLOADASSIGNBYUNIQUERESULT define

git-svn-id: trunk@315 -
This commit is contained in:
michael 2005-06-09 18:08:11 +00:00
parent 198b2104be
commit b29507407e
2 changed files with 0 additions and 4 deletions

View File

@ -476,12 +476,10 @@ begin
end;
{$ifdef HASOVERLOADASSIGNBYUNIQUERESULT}
operator :=(const source : variant) dest : tdatetime;
begin
dest:=variantmanager.vartotdatetime(source);
end;
{$endif HASOVERLOADASSIGNBYUNIQUERESULT}
{**********************************************************************
Operators

View File

@ -292,9 +292,7 @@ operator :=(const source : variant) dest : comp;
{ Misc. }
operator :=(const source : variant) dest : currency;
{$ifdef HASOVERLOADASSIGNBYUNIQUERESULT}
operator :=(const source : variant) dest : tdatetime;
{$endif HASOVERLOADASSIGNBYUNIQUERESULT}
{**********************************************************************
Operators