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

tlistitem

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

Declaration

Source position: msedatanodes.pas line 158

type tlistitem = class(tnullinterfacedobject)

public

  tag: Integer;

  tagpo: pointer;

  property tagpointer: pointer; [rw] deprecated ;

  constructor create(); virtual; overload;

  constructor createassign(); overload;

  destructor destroy; override;

  class procedure calcitemlayout(); virtual;

  procedure assign(); virtual; overload;

  procedure beginupdate;

  procedure endupdate;

  procedure releaseowner; virtual;

  function empty; virtual;

  procedure change; virtual;

  procedure valuechange(); virtual;

  procedure updatecellzone(); virtual;

  procedure drawimage(); virtual;

  procedure updatecaption(); virtual;

  procedure drawcell(); virtual;

  procedure mouseevent(); virtual;

  property index: Integer; [r]

  procedure focusrow;

  procedure setupeditor(); virtual;

  procedure dostatupdate();

  procedure dostatread(); virtual;

  procedure dostatwrite(); virtual;

  function captionclipped;

  property caption: msestring; [rw]

  property state: nodestatesty; [rw]

  property state1: nodestates1ty; [r]

  property imagelist: timagelist; [rw]

  property imagenr: Integer; [rw]

  property selected: Boolean; [rw]

  property checkbox: Boolean; [rw]

  property checked: Boolean; [rw]

  property owner: tcustomitemlist; [r]

  function getvaluetext; virtual;

  procedure setvaluetext(); virtual;

  property valuetext: msestring; [rw]

  property valueitem: tlistitem; [r]

  property top: Boolean; [rw]

end;

Inheritance

tlistitem

|

tnullinterfacedobject,iunknown

|

tobject


Documentation generated on: 2021-05-13