摘要: Delphi xe8的结构体支持 Create ,但是不支持 free,挺棒的。type TValuePair = record Name: string; Value: string; constructor Create(const AName, AValue: string... 阅读全文
posted @ 2015-05-28 14:04 GOD攀 阅读(528) 评论(0) 推荐(0) 编辑
摘要: procedure TForm1.Button2Click(Sender: TObject);var m_Str: string; m_StrList: TArray; I:Integer;begin m_Str := Memo1.Text; m_StrList := m_Str.Spli... 阅读全文
posted @ 2015-05-28 13:53 GOD攀 阅读(566) 评论(0) 推荐(0) 编辑