Unit 'orca_scene2d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca]

TD2CompoundTextBox

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

Declaration

Source position: orca_scene2d.pas line 5975

type TD2CompoundTextBox = class(TD2Control)

protected

  function GetTextW; virtual;

  

  procedure SetTextW(); virtual;

  

  function GetText; virtual;

  

  procedure SetText(); virtual;

  

  procedure DoChange();

  

public

  constructor Create(); override;

  

  property ValueW: WideString; [rw]

  

published

  property TextLabel: TD2Label; [r]

  

  property TextBox: TD2TextBox; [r]

  

  property Value: string; [rws]

  

  property OnChange: TNotifyEvent; [rw]

  

end;

Inheritance

TD2CompoundTextBox

  

|

TD2Control

  

|

TD2VisualObject

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio