Changeset 88 for trunk/UContact.pas


Ignore:
Timestamp:
Jan 3, 2022, 11:05:44 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Code optimization and cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UContact.pas

    r87 r88  
    945945    Prop := GetProperty(Field);
    946946    if Assigned(Prop) then begin
    947       Field := GetFields.GetByIndex(Index);
    948947      if Field.ValueIndex <> -1 then begin
    949948        Result := DecodeEscaped(Prop.ValueItem[Field.ValueIndex])
Note: See TracChangeset for help on using the changeset viewer.