[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'typinfo' (#rtl)

GetPropValue

Get property value as a string.

Declaration

Source position: line 0

function GetPropValue(

  Instance: TObject;

  const PropName: String

):Variant;

function GetPropValue(

  Instance: TObject;

  const PropName: String;

  PreferStrings: Boolean

):Variant;

Description

Due to missing Variant support, GetPropValue is not yet implemented. The declaration is provided for compatibility with Delphi.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.