System.Classes.CheckForCycles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckForCycles(const Obj: TObject; const PostFoundCycle: TPostFoundCycleProc); overload;
procedure CheckForCycles(const Intf: IInterface; const PostFoundCycle: TPostFoundCycleProc); overload;

C++

extern DELPHI_PACKAGE void __fastcall CheckForCycles(System::TObject* const Obj, const _di_TPostFoundCycleProc PostFoundCycle)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

Embarcadero Technologies does not currently have any additional information.