Persian Components 1.1
contains :
- TPersianEdit : it
is a control like TEdit. With this control you can type
Farsi (From right to left) in your applications. It
is a standard farsi editor. It is derived from
TCustomPersianEdit.
- TCustomPersianEdit : to
customize TPersianEdit, you can derive a component from
this component. It is derived from TCustomEdit.
- TPersianMemo : it
is a control like TMemo. With this control you can type
Farsi (From right to left) in a farsi Memo in your
applications. it is derived from TCustomPersianMemo.
- TCustomPersianMemo : to
customize TPersianMemo, you can derive a component from
this component. it is derived from TCustomMemo.
- TPersianCaptionProperty
: with this property editor you can edit any
property of TCaption type with farsi language. there for you can
edit Text of labels , caption of buttons and etc. and
then create many farsi components. it is derived from
TCaptionProperty.
- TPersianMemoPeroperty
: with this property editor you can edit Text of
TPersianMemo with farsi language. it is derived from
TCaptionProperty.
- Demo Project :
in this peroject, I have created an application with
PersianEdit, PersianMemo, PersinaButton, Persianlabel,
PersianCheckBox, PersianRadioButton and etc.
- Siamin.fon :
A farsi font that persian components use this font at
default. you can change font of persian components.
- Readme.htm :
This is a readme file in html format. this file contains this sections :
Overview, Contents, How to install, Author information, How to register.