Unit 'ovctcedt' Package
[Overview][Classes][Index] [#pl_orpheus]

TOvcTCCustomString

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

Declaration

Source position: ovctcedt.pas line 62

type TOvcTCCustomString = class(TOvcTCBaseString)

protected

  FEdit: TOvcTCStringEdit;

  

  FMaxLength: Word;

  

  FAutoAdvanceChar: Boolean;

  

  FAutoAdvanceLeftRight: Boolean;

  

  function GetCellEditor; override;

  

  function GetModified;

  

  property AutoAdvanceChar: Boolean; [rw]

  

  property AutoAdvanceLeftRight: Boolean; [rw]

  

  property MaxLength: Word; [rw]

  

public

  function CreateEditControl(); virtual;

  

  function EditHandle; override;

  

  procedure EditHide; override;

  

  procedure EditMove(); override;

  

  procedure SaveEditedData(); override;

  

  procedure StartEditing(); override;

  

  procedure StopEditing(); override;

  

  property Modified: Boolean; [r]

  

end;

Inheritance

TOvcTCCustomString

  

|

TOvcTCBaseString

  

|

TOvcBaseTableCell

  

|

TOvcTableCellAncestor

  

|

TObject



CT Web help

CodeTyphon Studio