0
1

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 5 years have passed since last update.

c++ builder > ClassType() > アプリケーションのコードでは、ClassTypeメソッドを使用しないでください > 動的キャストまたはInheritsFromメソッドを使用してください

Last updated at Posted at 2015-10-27
動作確認
C++ Builder XE4

コンポーネントのタイプを知る方法をSOで質問していた。
http://stackoverflow.com/questions/33060775/how-to-know-the-control-is-tlabel

それに対する回答にて ClassType()使用を薦める回答があった。

ms-help://embarcadero.rs_xe4/libraries/System.TObject.ClassType.html
を見ると

アプリケーションのコードでは,ClassType メソッドを使用しないでください。
...
メモ: C++ では,ClassType メソッドのかわりに動的キャストまたは InheritsFrom メソッドを使用してください。

という記載がある。

ClassType()でなく、Remy Lebeauさんの回答にある動的キャストかInheritsFrom()を使うのがいいのだろうか。

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?