c++ builder XE4, 10.2 Tokyo > SenderからNameを取得 > TComponent *work = (TComponent *)Sender; / work->Name
714 ワード
動作確認
C++ Builder XE4
Rad Studio 10.2 Tokyo Update 2 (追記: 2017/12/26)
TObject *Sender
を引数にとり、そのNameプロパティを取得したい。
void __fastcall TForm1::someFunc(TObject *Sender)
{
TComponent *work = (TComponent *)Sender;
String name = work->Name;
}
Author And Source
この問題について(c++ builder XE4, 10.2 Tokyo > SenderからNameを取得 > TComponent *work = (TComponent *)Sender; / work->Name), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/1912231064f53a049763著者帰属:元の著者の情報は、元の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 .