AndroidJNI.GetShortField
static function GetShortField(obj: IntPtr, fieldID: IntPtr): short;
static short GetShortField(IntPtr obj, IntPtr fieldID);
static def GetShortField(obj as IntPtr, fieldID as IntPtr) as short
Description

This function returns the value of an instance (nonstatic) field of an object.