TfsFormsRTTI компонент
Используйте этот компонент для доступа из скрипта к StdCtrls.pas и Forms.pas. Доступны следующие классы:
TControl
property TControl.Parent;
procedure TControl.Hide;
procedure TControl.Show;
procedure TControl.SetBounds(ALeft, ATop, AWidth, AHeight: Integer);
event TControl.OnCanResize;
event TControl.OnClick;
event TControl.OnDblClick;
event TControl.OnMouseDown;
event TControl.OnMouseMove;
event TControl.OnMouseUp;
event TControl.OnResize;
TWinControl
procedure TWinControl.SetFocus;
event TWinControl.OnEnter;
event TWinControl.OnExit;
event TWinControl.OnKeyDown;
event TWinControl.OnKeyPress;
event TWinControl.OnKeyUp;
TCustomControl
TGraphicControl
TGroupBox
TLabel
TEdit
TMemo
TCustomComboBox
property TCustomComboBox.DroppedDown
property TCustomComboBox.ItemIndex
TComboBox
TButton
TCheckBox
TRadioButton
TCustomListBox
property TCustomListBox.ItemIndex
property TCustomListBox.SelCount
property TCustomListBox.Selected
TListBox
TControlScrollBar
TScrollingWinControl
TScrollBox
TCustomForm
procedure TCustomForm.Close;
procedure TCustomForm.Hide;
procedure TCustomForm.Show;
function TCustomForm.ShowModal: Integer;
event TCustomForm.OnActivate
event TCustomForm.OnClose
event TCustomForm.OnCloseQuery
event TCustomForm.OnCreate
event TCustomForm.OnDestroy
event TCustomForm.OnDeactivate
event TCustomForm.OnHide
event TCustomForm.OnPaint
event TCustomForm.OnShow
property TCustomForm.ModalResult
TForm
type TModalResult
type TCursor
type TShiftState
type TAlignment
type TAlign
type TMouseButton
type TAnchors
type TBevelCut
type TTextLayout
type TEditCharCase
type TScrollStyle
type TComboBoxStyle
type TCheckBoxState
type TListBoxStyle
type TFormBorderStyle
type TWindowState
type TFormStyle
type TBorderIcons
type TPosition
type TCloseAction
Вы получаете доступ ко всем published свойствам этих классов + доступ к некоторым public свойствам и методам.
Примечание: это «фиктивный» компонент. Он нужен только для автоматического включения модуля "FS_iFormsRTTI" в секцию uses.