摘要:
Delphi xe8的结构体支持 Create ,但是不支持 free,挺棒的。type TValuePair = record Name: string; Value: string; constructor Create(const AName, AValue: string... 阅读全文
摘要:
procedure TForm1.Button2Click(Sender: TObject);var m_Str: string; m_StrList: TArray; I:Integer;begin m_Str := Memo1.Text; m_StrList := m_Str.Spli... 阅读全文