Unit 'DAV_Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_asiovst]

TDAVUpdateAbleObject

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: DAV_Classes.pas line 208

type TDAVUpdateAbleObject = class(TPersistent)

public

  constructor Create(); virtual;

  

  procedure NotifyChange(); virtual;

  

  function GetOwner; override;

  

  property Updating: Integer; [r]

  

  procedure BeginUpdate;

  

  procedure EndUpdate;

  

  property Owner: TPersistent; [r]

  

  property OnNotifyChange: TNotifyEvent; [rw]

  

end;

Inheritance

TDAVUpdateAbleObject

  

|

TObject



CT Web help

CodeTyphon Studio