TfsExtCtrlsRTTI component
Use this component if you want to get an access to ExtCtrls.pas stuff in your application. This component allows you to access the following classes inside a script:
TShape
TPaintBox
event TPaintBox.OnPaint
TImage
TBevel
TTimer
event TTimer.OnTimer
TPanel
TSplitter
TBitBtn
TSpeedButton
TCheckListBox
property TCheckListBox.Checked
TTabControl
TTabSheet
TPageControl
procedure TPageControl.SelectNextPage(GoForward: Boolean);
property TPageControl.PageCount;
property TPageControl.Pages;
TStatusPanel
TStatusPanels
function TStatusPanels.Add: TStatusPanel
property TStatusPanels.Items
TStatusBar
TTreeNode
procedure TTreeNode.Delete;
function TTreeNode.EditText: Boolean;
property TTreeNode.Count
property TTreeNode.Data
property TTreeNode.ImageIndex
property TTreeNode.SelectedIndex
property TTreeNode.StateIndex
property TTreeNode.Text
TTreeNodes
function TTreeNodes.Add(Node: TTreeNode; const S: string): TTreeNode;
function TTreeNodes.AddChild(Node: TTreeNode; const S: string): TTreeNode;
procedure TTreeNodes.BeginUpdate;
procedure TTreeNodes.Clear;
procedure TTreeNodes.Delete(Node: TTreeNode);
procedure TTreeNodes.EndUpdate;
property TTreeNodes.Count;
property TTreeNodes.Item;
TTreeView
procedure TTreeView.FullCollapse;
procedure TTreeView.FullExpand;
property TTreeView.Selected;
property TTreeView.TopItem;
TTrackBar
TProgressBar
TListColumn
TListColumns
function TListColumns.Add: TListColumn
property TListColumns.Items
TListItem
procedure TListItem.Delete;
function TListItem.EditCaption: Boolean;
property TListItem.Caption
property TListItem.Checked
property TListItem.Data
property TListItem.ImageIndex
property TListItem.Selected
property TListItem.StateIndex
property TListItem.SubItems
TListItems
function TListItems.Add: TListItem;
procedure TListItems.BeginUpdate;
procedure TListItems.Clear;
procedure TListItems.Delete(Index: Integer);
procedure TListItems.EndUpdate;
property TListItems.Count
property TListItems.Item
TIconOptions
TListView
TToolButton
TToolBar
TMonthCalColors
TDateTimePicker
TMonthCalendar
type TShapeType
type TBevelStyle
type TBevelShape
type TResizeStyle
type TButtonLayout
type TButtonState
type TButtonStyle
type TBitBtnKind
type TNumGlyphs
type TTabPosition
type TTabStyle
type TStatusPanelStyle
type TStatusPanelBevel
type TSortType
type TTrackBarOrientation
type TTickMark
type TTickStyle
type TProgressBarOrientation
type TIconArrangement
type TListArrangement
type TViewStyle
type TToolButtonStyle
type TDateTimeKind
type TDTDateMode
type TDTDateFormat
type TDTCalAlignment
type TCalDayOfWeek
You get an access to all the published properties of these classes and the access to some public properties and methods.
Note: This is a "fake" component. It is needed only for automatic inclusion of the "FS_iExtCtrlsRTTI" unit to the "uses" clause.