|
<< Click to Display Table of Contents >> Navigation: Classes > EIWException > Methods > IfNotAssigned |
SIGNATURE=IWException.EIWException.IfNotAssigned@TObject@string@string
ETYPE=Method
Declaration:
Delphi: |
public class procedure IfNotAssigned(const ACheck: TObject; const AMsg: string; const AMethodName: string = ''); |
C++: |
void public: __fastcall IfNotAssigned(const TObject * ACheck, const String AMsg, const String AMethodName = ""); |
Description: This is IfNotAssigned, a member of class EIWException.