1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

2022-05-08 C++ Builder Alexandria > コード補完が使えない > 右クリックでコンテキストメニューを表示して待つ

Last updated at Posted at 2022-05-08

動作環境

  • Windows 10 Pro (21H1)
  • RAD Studio Alexandria (Update 1)
  • VCLプロジェクト

症状

コード補完がCtrl+Spaceにて発動しない。
下記の実装でEnabledをコード補完したいがリストが表示されない。
(B_playはTButton型)

B_play->E

対処

上記のEのところで右クリックしてコンテキストメニューを表示する。
10秒くらい待つとコード補完が有効になるようだ。
一度有効になるとIDEを終了するまでは有効のままのようである。

image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?