Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

IsReadableProp

Can the property be read.

Declaration

Source position: typinfo.pp line 896

function IsReadableProp(

  PropInfo: PPropInfo

):Boolean;

function IsReadableProp(

  Instance: TObject;

  const PropName: string

):Boolean;

function IsReadableProp(

  AClass: TClass;

  const PropName: string

):Boolean;

Description

IsReadableProp returns True if the property described by information PropInfo can be read, i.e. has a read specifier. It returns False if the property can only be written.

See also

IsWriteableProp

  

Can the property be written.


Documentation generated on: Jul 24 2023