Class tpropertyeditor
Unit
Declaration
type tpropertyeditor = class(tnullinterfacedobject)
Description
No description available, ancestor tnullinterfacedobject description follows
Hierarchy
- tobject
- tnullinterfacedobject
- tpropertyeditor
Overview
Fields
fsortlevel: integer; |
|
ftypeinfo: ptypeinfo; |
|
fstate: propertystatesty; |
|
fparenteditor: tpropertyeditor; |
|
fname: msestring; |
|
fdesigner: idesigner; |
|
fmodule: tmsecomponent; |
|
fcomponent: tcomponent; |
|
fobjectinspector: iobjectinspector; |
|
fprops: propinstancearty; |
|
fremote: iremotepropertyeditor; |
Methods
procedure properror; |
|
function instance(const index: integer = 0): tobject; |
|
function typedata: ptypedata; |
|
function gettypinfo: ptypeinfo; virtual; |
|
function getordvalue(const index: integer = 0): integer; virtual; |
|
procedure setordvalue(const value: longword); virtual; overload; |
|
procedure setordvalue(const index: integer; const value: longword); virtual; overload; |
|
function getint64value(const index: integer = 0): int64; virtual; |
|
procedure setint64value(const value: int64); virtual; overload; |
|
procedure setint64value(const index: integer; const value: int64); virtual; overload; |
|
function getpointervalue(const index: integer = 0): pointer; virtual; |
|
procedure setpointervalue(const value: pointer); overload; virtual; |
|
procedure setpointervalue(const index: integer; const value: pointer); virtual; overload; |
|
procedure setbitvalue(const value: boolean; const bitindex: integer); virtual; |
|
function getfloatvalue(const index: integer = 0): extended; virtual; |
|
procedure setfloatvalue(const value: extended); virtual; |
|
function getcurrencyvalue(const index: integer = 0): currency; virtual; |
|
procedure setcurrencyvalue(const value: currency); virtual; |
|
function getstringvalue(const index: integer = 0): string; virtual; |
|
procedure setstringvalue(const value: string); virtual; |
|
function getutf8stringvalue(const index: integer = 0): utf8string virtual; |
|
procedure setutf8stringvalue(const value: utf8string) virtual; |
|
function getmsestringvalue(const index: integer = 0; const raw: boolean = false): msestring; virtual; |
|
procedure setmsestringvalue(const value: msestring; const raw: boolean = false); virtual; |
|
function getvariantvalue(const index: integer = 0): variant; virtual; |
|
procedure setvariantvalue(const value: variant); virtual; |
|
function decodemsestring(const avalue: msestring): msestring; |
|
function encodemsestring(const avalue: msestring): msestring; |
|
function getmethodvalue(const index: integer = 0): tmethod; |
|
procedure setmethodvalue(const value: tmethod); |
|
function getparenteditor: tpropertyeditor; |
|
function queryselectedpropinstances: objectarty; |
|
procedure modified; virtual; |
|
function getdefaultstate: propertystatesty; virtual; |
|
procedure setsubprop; virtual; |
|
function getvalueeditor: tpropertyeditor; virtual; |
|
function getlinksource: tcomponent; virtual; |
|
constructor create(const adesigner: idesigner; const amodule: tmsecomponent; const acomponent: tcomponent; const aobjectinspector: iobjectinspector; const aprops: propinstancearty; atypeinfo: ptypeinfo); virtual; |
|
destructor destroy; override; |
|
procedure setremote(intf: iremotepropertyeditor); |
|
procedure updatedefaultvalue; virtual; |
|
function canrevert: boolean; virtual; |
|
procedure copyproperty(const asource: tobject); virtual; |
|
function propertyname: msestring; virtual; |
|
function name: msestring; virtual; |
|
function allequal: boolean; virtual; |
|
function subproperties: propertyeditorarty; virtual; |
|
function props: propinstancearty; |
|
function rootprops: propinstancearty; |
|
function propowner: componentarty; |
|
procedure setvalue(const value: msestring); virtual; |
|
function getvalue: msestring; virtual; |
|
function getvalues: msestringarty; virtual; |
|
function sortlevel: integer; |
|
procedure dragbegin(var accept: boolean); virtual; |
|
procedure dragover(const sender: tpropertyeditor; var accept: boolean); virtual; |
|
procedure dragdrop(const sender: tpropertyeditor); virtual; |
|
procedure dopopup(var amenu: tpopupmenu; const atransientfor: twidget; var mouseinfo: mouseeventinfoty); virtual; |
|
procedure dokeydown(var ainfo: keyeventinfoty); virtual; |
|
procedure edit(); virtual; |
|
procedure focused() virtual; |
|
procedure navigevent(); virtual; |
Properties
property state: propertystatesty read fstate; |
|
property typinfo: ptypeinfo read gettypinfo; |
|
property count: integer read getcount; |
|
property expanded: boolean read getexpanded write setexpanded; |
|
property selected: boolean read getselected write setselected; |
|
property module: tmsecomponent read fmodule; |
|
property component: tcomponent read fcomponent; |
|
property parenteditor: tpropertyeditor read fparenteditor; |
|
property valueeditor: tpropertyeditor read getvalueeditor; |
|
property linksource: tcomponent read getlinksource; |
|
property linkcomponent: tcomponent read getlinkcomponent; |
Description
Fields
fsortlevel: integer; |
|
ftypeinfo: ptypeinfo; |
|
fstate: propertystatesty; |
|
fparenteditor: tpropertyeditor; |
|
fname: msestring; |
|
fdesigner: idesigner; |
|
fmodule: tmsecomponent; |
|
fcomponent: tcomponent; |
|
fobjectinspector: iobjectinspector; |
|
fprops: propinstancearty; |
|
fremote: iremotepropertyeditor; |
|
Methods
procedure properror; |
|
function instance(const index: integer = 0): tobject; |
|
function typedata: ptypedata; |
|
function gettypinfo: ptypeinfo; virtual; |
|
function getordvalue(const index: integer = 0): integer; virtual; |
|
procedure setordvalue(const value: longword); virtual; overload; |
|
procedure setordvalue(const index: integer; const value: longword); virtual; overload; |
|
function getint64value(const index: integer = 0): int64; virtual; |
|
procedure setint64value(const value: int64); virtual; overload; |
|
procedure setint64value(const index: integer; const value: int64); virtual; overload; |
|
function getpointervalue(const index: integer = 0): pointer; virtual; |
|
procedure setpointervalue(const value: pointer); overload; virtual; |
|
procedure setpointervalue(const index: integer; const value: pointer); virtual; overload; |
|
procedure setbitvalue(const value: boolean; const bitindex: integer); virtual; |
|
function getfloatvalue(const index: integer = 0): extended; virtual; |
|
procedure setfloatvalue(const value: extended); virtual; |
|
function getcurrencyvalue(const index: integer = 0): currency; virtual; |
|
procedure setcurrencyvalue(const value: currency); virtual; |
|
function getstringvalue(const index: integer = 0): string; virtual; |
|
procedure setstringvalue(const value: string); virtual; |
|
function getutf8stringvalue(const index: integer = 0): utf8string virtual; |
|
procedure setutf8stringvalue(const value: utf8string) virtual; |
|
function getmsestringvalue(const index: integer = 0; const raw: boolean = false): msestring; virtual; |
|
procedure setmsestringvalue(const value: msestring; const raw: boolean = false); virtual; |
|
function getvariantvalue(const index: integer = 0): variant; virtual; |
|
procedure setvariantvalue(const value: variant); virtual; |
|
function decodemsestring(const avalue: msestring): msestring; |
|
function encodemsestring(const avalue: msestring): msestring; |
|
function getmethodvalue(const index: integer = 0): tmethod; |
|
procedure setmethodvalue(const value: tmethod); |
|
function getparenteditor: tpropertyeditor; |
|
function queryselectedpropinstances: objectarty; |
|
procedure modified; virtual; |
|
function getdefaultstate: propertystatesty; virtual; |
|
procedure setsubprop; virtual; |
|
function getvalueeditor: tpropertyeditor; virtual; |
|
function getlinksource: tcomponent; virtual; |
|
constructor create(const adesigner: idesigner; const amodule: tmsecomponent; const acomponent: tcomponent; const aobjectinspector: iobjectinspector; const aprops: propinstancearty; atypeinfo: ptypeinfo); virtual; |
|
destructor destroy; override; |
|
procedure setremote(intf: iremotepropertyeditor); |
|
procedure updatedefaultvalue; virtual; |
|
function canrevert: boolean; virtual; |
|
procedure copyproperty(const asource: tobject); virtual; |
|
function propertyname: msestring; virtual; |
|
function name: msestring; virtual; |
|
function allequal: boolean; virtual; |
|
function subproperties: propertyeditorarty; virtual; |
|
function props: propinstancearty; |
|
function rootprops: propinstancearty; |
|
function propowner: componentarty; |
|
procedure setvalue(const value: msestring); virtual; |
|
function getvalue: msestring; virtual; |
|
function getvalues: msestringarty; virtual; |
|
function sortlevel: integer; |
|
procedure dragbegin(var accept: boolean); virtual; |
|
procedure dragover(const sender: tpropertyeditor; var accept: boolean); virtual; |
|
procedure dragdrop(const sender: tpropertyeditor); virtual; |
|
procedure dopopup(var amenu: tpopupmenu; const atransientfor: twidget; var mouseinfo: mouseeventinfoty); virtual; |
|
procedure dokeydown(var ainfo: keyeventinfoty); virtual; |
|
procedure edit(); virtual; |
|
procedure focused() virtual; |
|
procedure navigevent(); virtual; |
|
Properties
property state: propertystatesty read fstate; |
|
property typinfo: ptypeinfo read gettypinfo; |
|
property count: integer read getcount; |
|
property expanded: boolean read getexpanded write setexpanded; |
|
property selected: boolean read getselected write setselected; |
|
property module: tmsecomponent read fmodule; |
|
property component: tcomponent read fcomponent; |
|
property parenteditor: tpropertyeditor read fparenteditor; |
|
property valueeditor: tpropertyeditor read getvalueeditor; |
|
property linksource: tcomponent read getlinksource; |
|
property linkcomponent: tcomponent read getlinkcomponent; |
|
Generated by PasDoc 0.16.0.