c++ builder XE4, 10.2 Tokyo > Components[] > FindComponent()したものからindexを取得 > return ptr->ComponentIndex;
1170 ワード
動作確認
C++ Builder XE4
Rad Studio 10.2 Tokyo Update 2 (追記: 2017/12/27)
FindComponent([名前])で取得したポインタから、Components[]どのインデックスに対応するか調べたい。
プロパティ一覧を見ていてComponentIndex
を見つけた。
TComponent *ptr = FindComponent(itemName);
if (ptr != NULL) {
return ptr->ComponentIndex;
}
return -1;
Author And Source
この問題について(c++ builder XE4, 10.2 Tokyo > Components[] > FindComponent()したものからindexを取得 > return ptr->ComponentIndex;), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/e5d0dd9f082d7581cb40著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .