TMember
Type member
Common base type of TField, TGlobal, TConstant, TMethod and TFunction
Methods
Method Name:String()
Get member name
Method TypeId:TTypeId()
Get member type
Method IsPublic:Int()
Determine if this member has the "Public" access modifier
Method IsProtected:Int()
Determine if this member has the "Protected" access modifier
Method IsPrivate:Int()
Determine if this member has the "Private" access modifier
Method MetaData:String(key:String = "")
Get member meta data
Method HasMetaData:Int( key:String )
Returns True if key is in the metadata.
