[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'msepropertyeditors' (#msegui)

tpropertyeditor

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

Declaration

Source position: msepropertyeditors.pas line 102

type tpropertyeditor = class(tnullinterfacedobject)

public

  constructor create(); virtual;

  destructor destroy; override;

  procedure setremote();

  procedure updatedefaultvalue; virtual;

  function canrevert; virtual;

  procedure copyproperty(); virtual;

  function propertyname; virtual;

  function name; virtual;

  function allequal; virtual;

  function subproperties; virtual;

  function props;

  function rootprops;

  function propowner;

  procedure setvalue(); virtual;

  function getvalue; virtual;

  function getvalues; virtual;

  property state: propertystatesty; [r]

  function sortlevel;

  procedure dragbegin(); virtual;

  procedure dragover(); virtual;

  procedure dragdrop(); virtual;

  procedure dopopup(); virtual;

  procedure dokeydown(); virtual;

  procedure edit; virtual;

  procedure focused; virtual;

  procedure navigevent; virtual;

  property typinfo: ptypeinfo; [r]

  property count: Integer; [r]

  property expanded: Boolean; [rw]

  property selected: Boolean; [rw]

  property module: tmsecomponent; [r]

  property component: tcomponent; [r]

  property parenteditor: tpropertyeditor; [r]

  property valueeditor: tpropertyeditor; [r]

  property linksource: tcomponent; [r]

  property linkcomponent: tcomponent; [r]

end;

Inheritance

tpropertyeditor

|

tnullinterfacedobject,iunknown

|

tobject


Documentation generated on: 2021-05-13