You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

uIIdGenerator.pas 250 B

2 years ago
12345678910111213141516
  1. unit uIIdGenerator;
  2. interface
  3. type
  4. IIdGenerator = interface
  5. ['{C4E773E0-6E3E-410D-9F01-0826BA57BFF0}']
  6. /// <summary>
  7. /// µInt64Id
  8. /// </summary>
  9. function NewLong(): Int64;
  10. end;
  11. implementation
  12. end.