Some types such as classes and records contain members" such as field, properties and methods.RTTI information starts with the TRttiMember which provides 4 bits of information about each Member.The nameVisibility (private,protected,public,published)The type that the member is associated withAttributes associated with that memberThis example code shows how to access each of these.program Project4;