[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: classesh.inc line 251
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; |
| | ||
| | ||
| | ||
|
Basic interface for all COM based interfaces. |