Quantcast
Channel: Torry's Delphi Pages News: Components
Viewing all articles
Browse latest Browse all 1736

Dictionaries v.1.2 added

$
0
0
These are dictionary components specially designed for large amount of small strings (for example words and expressions).

They take less computer resources (RAM and CPU) and are faster than other similar components.

There are 5 types of dictionary components:

  • TDictionary - only 0..255 chars keys
  • TShortStringDictionary: 0..255 chars keys + 0..255 chars values
  • TStringDictionary: 0..255 chars keys + 0..65535 chars values
  • TMultiShortStringDictionary: 0..255 chars keys + 0..255 values of 0..255 chars each
  • TMultiKeyDictionary: 0..255 keys of 0..255 chars each.

Product License: FWS
Source: Included
File Status: Fully functional

Compatible with: D2005 D2006 D2007 D2009 D2010 D6 D7 DXE DXE2 DXE3 DXE4 DXE5 DXE6


Viewing all articles
Browse latest Browse all 1736

Trending Articles