Interface IUpdateObject

Unit

Declaration

type IUpdateObject = interface(IObservable)

Description

No description available, ancestor IObservable description follows

—————————————————————————– Base Interfaces —————————————————————————–

Attributes
GUID['{8532953B-320D-418B-A447-AC95DFAC368B}']
Attributes
GUID['{4C481E54-568A-46B4-BAAA-C0071932FDCF}']

Hierarchy

Overview

Methods

Public procedure BeginRead;
Public procedure EndRead;
Public procedure BeginUpdate;
Public function BeginUpdateWithTimeout(iTimeout: cardinal): boolean;
Public procedure EndUpdate;
Public procedure Invalidate;
Public procedure SetSharedLock(iValue: IMutex);
Public function GetUpdateState: integer;
Public function GetMessageHandle: TMessageHandle;
Public function GetTempData: IStrings;
Public function GetOwner: IInterface;
Public procedure SetOwner(iValue: IInterface);
Public function GetObjectClassID: string;
Public function GetObjectClassDescription: string;
Public function GetObjectClassColor: string;
Public function GetOnSyncChange: TSyncChangeEvent;
Public procedure SetOnSyncChange(iValue: TSyncChangeEvent);

Description

Methods

Public procedure BeginRead;
 
Public procedure EndRead;
 
Public procedure BeginUpdate;
 
Public function BeginUpdateWithTimeout(iTimeout: cardinal): boolean;
 
Public procedure EndUpdate;
 
Public procedure Invalidate;
 
Public procedure SetSharedLock(iValue: IMutex);
 
Public function GetUpdateState: integer;
 
Public function GetMessageHandle: TMessageHandle;
 
Public function GetTempData: IStrings;
 
Public function GetOwner: IInterface;
 
Public procedure SetOwner(iValue: IInterface);
 
Public function GetObjectClassID: string;
 
Public function GetObjectClassDescription: string;
 
Public function GetObjectClassColor: string;
 
Public function GetOnSyncChange: TSyncChangeEvent;
 
Public procedure SetOnSyncChange(iValue: TSyncChangeEvent);
 

Generated by PasDoc 0.16.0.