Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フレックスでは、コンポーネントが存在するかどうかを確認するにはどうすればよいですか?
あなたがそれへの参照を持っているなら、あなたはただ使うことができます
var component:MyComponent = new MyComponent(); if (component) { // statements }
ただし、これはかなり単純で明白なようです。より具体的に知りたい場合は、質問を言い換えてください。