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

TD2TabItem

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

Declaration

Source position: orca_scene2d.pas line 5645

type TD2TabItem = class(TD2TextControl)

protected

  procedure ApplyStyle; override;

  

  procedure DesignSelect; override;

  

  procedure DesignInsert; override;

  

  procedure Notification(); override;

  

  procedure SetVisible(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure MouseUp(); override;

  

  procedure Realign; override;

  

  procedure Select();

  

published

  property IsSelected: Boolean; [r]

  

  property AutoTranslate: Boolean;

  

  property Font: TD2Font;

  

  property TabIndex: Integer; [rw]

  

  property TextAlign: TD2TextAlign;

  

  property VertTextAlign: TD2TextAlign;

  

  property Text: string;

  

  property Layout: TD2VisualObject; [rw]

  

  property Resource: string;

  

end;

Inheritance

TD2TabItem

  

|

TD2TextControl

  

|

TD2Control

  

|

TD2VisualObject

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio