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

TD2TextControl

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

Declaration

Source position: orca_scene2d.pas line 3334

type TD2TextControl = class(TD2Control)

protected

  procedure ApplyStyle; override;

  

  function GetTextW; virtual;

  

  procedure SetTextW(); virtual;

  

  function GetText; virtual;

  

  procedure SetText(); virtual;

  

  procedure FontChanged(); virtual;

  

  function GetData; override;

  

  procedure SetData(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Font: TD2Font; [rw]

  

  property FontFill: TD2Brush; [rw]

  

  property TextW: WideString; [rw]

  

  property Text: string; [rw]

  

  property VertTextAlign: TD2TextAlign; [rw]

  

  property TextAlign: TD2TextAlign; [rw]

  

  property WordWrap: Boolean; [rw]

  

end;

Inheritance

TD2TextControl

  

|

TD2Control

  

|

TD2VisualObject

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio