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

IsWriteableProp

Can the property be written.

Declaration

Source position: typinfo.pp line 899

function IsWriteableProp(

  PropInfo: PPropInfo

):Boolean;

function IsWriteableProp(

  Instance: TObject;

  const PropName: string

):Boolean;

function IsWriteableProp(

  AClass: TClass;

  const PropName: string

):Boolean;

Description

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

See also

IsReadableProp

  

Can the property be read.


Documentation generated on: Jul 24 2023