|
<< Click to Display Table of Contents >> Navigation: Classes > TIWApplication > Methods > FindFormByClass |
SIGNATURE=IWApplication.TIWApplication.FindFormByClass@TComponentClass
ETYPE=Method
Declaration:
Delphi: |
public function FindFormByClass(const AFormClass: TComponentClass): TComponent; |
C++: |
public: __fastcall TComponent * FindFormByClass(const TComponentClass AFormClass); |
Description: Finds an instance of IWForm which Class is exactly AFormClass (not descendants)