Changeset 98 for trunk/UContact.pas


Ignore:
Timestamp:
Feb 4, 2022, 12:09:04 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Build warnings.
  • Added: KAddressBook samples.
  • Added: vCard 2.1 specification.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UContact.pas

    r97 r98  
    333333  I := 1;
    334334  O := 1;
     335  InNewLine := False;
    335336  SetLength(Result, Length(Text)); // Preallocate string
    336337  while I <= Length(Text) do begin
Note: See TracChangeset for help on using the changeset viewer.