AndroidJNI.GetStaticShortField
static function GetStaticShortField(clazz: IntPtr, fieldID: IntPtr): short;
static short GetStaticShortField(IntPtr clazz, IntPtr fieldID);
static def GetStaticShortField(clazz as IntPtr, fieldID as IntPtr) as short
Description

This function returns the value of a static field of an object.