System.Classes.IsDefaultPropertyValue
Delphi
function IsDefaultPropertyValue(const Instance: TObject; PropInfo: PPropInfo;
OnGetLookupInfo: TGetLookupInfoEvent; Writer: TWriter = nil;
OnFindMethodName: TFindMethodNameEvent = nil): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall IsDefaultPropertyValue(System::TObject* const Instance, System::Typinfo::PPropInfo PropInfo, TGetLookupInfoEvent OnGetLookupInfo, TWriter* Writer = (TWriter*)(0x0), TFindMethodNameEvent OnFindMethodName = 0x0);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
Embarcadero Technologies does not currently have any additional information.