ListBox.Clear でエラー

iOS シミュレータの ListBox.Clear でエラー

  frmMain.lbxCardList.BeginUpdate;
  while frmMain.lbxCardList.Items.Count <> 0 do
  frmMain.lbxCardList.Items.Delete(frmMain.lbxCardList.Items.Count - 1);
  frmMain.lbxCardList.EndUpdate;

で対応

コメントを残す

メールアドレスが公開されることはありません。


+ 四 = 5

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>