论坛


2011年1月11日 星期二

System.Collections.Generic 下的容器类

万一| 万一的 Delphi 博客 |13:12:00

System.Collections.Generic.Dictionary; //键/值对集合 System.Collections.Generic.KeyValuePair; //键/值对结构, 作为 Dictionary的一个元素存在 System.Collections.Generic.SortedDictionary; //相当于 Key 能自动排序 DictionarySystem.Collections....

学用 ASP.Net 之 System.Collections.Generic 下的容器类

万一| 万一的 Delphi 博客 |13:12:00

System.Collections.Generic.Dictionary; //键/值对集合 System.Collections.Generic.KeyValuePair; //键/值对结构, 作为 Dictionary的一个元素存在 System.Collections.Generic.SortedDictionary; //相当于 Key 能自动排序 DictionarySystem.Collections....

Receive Windows Messages In Your Custom Delphi Class - NonWindowed Control

About.com| About.com Delphi Programming |06:02:25

inWindows Messages:: Windows messages are a key ingredient in communication between Windows and (your) applications and also in communication between (two) applications. For an application to receive a ...Read Full Post