Checks if a variable or expression is an object type.
IsObj ( variable )
See language datatypes for a detailed description.
GUICtrlCreateObj, ObjCreate, ObjEvent, ObjGet, ObjName, VarGetType
#include <MsgBoxConstants.au3> Local $oShell= ObjCreate ("shell.application") If IsObj ($oShell)Then MsgBox ($MB_SYSTEMMODAL,"","The variable is an object") Else MsgBox ($MB_SYSTEMMODAL,"","The variable is not an object") EndIf
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル