Unit 'LuiRTTIUtils' Package
[Overview][Procedures and functions][Index] [#pl_luicontrols]

FindProperty

Declaration

Source position: luirttiutils.pas line 44

function FindProperty(

  Instance: TObject;

  const PropertyName: string;

  out Value: Integer

):Boolean;

function FindProperty(

  Instance: TObject;

  const PropertyName: string;

  out Value: Int64

):Boolean;

function FindProperty(

  Instance: TObject;

  const PropertyName: string;

  out Value: Double

):Boolean;

function FindProperty(

  Instance: TObject;

  const PropertyName: string;

  out Value: Boolean

):Boolean;

function FindProperty(

  Instance: TObject;

  const PropertyName: string;

  out Value: string

):Boolean;



CT Web help

CodeTyphon Studio