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

IEditLinkObserver

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

Declaration

Source position: classesh.inc line 250

type IEditLinkObserver = interface(ISingleCastObserver)

  procedure Update;

  function Edit;

  procedure Reset;

  procedure Modified;

  function IsModified;

  function IsValidChar();

  function IsRequired;

  function GetIsReadOnly;

  procedure SetIsReadOnly();

  property IsReadOnly: Boolean; [rw]

  function GetIsEditing;

  property IsEditing: Boolean; [r]

  procedure BeginUpdate;

  procedure EndUpdate;

  function GetUpdating;

  property Updating: Boolean; [r]

  function GetFormatLink;

  property FormatLink: IEditFormatLink; [r]

end;

Inheritance

IEditLinkObserver

|

ISingleCastObserver

|

IObserver

|

IInterface

  

Basic interface for all COM based interfaces.


Documentation generated on: Jan 30 2024