Property Builder
Property Builder is intended to generate Property text and insert this text into your project.
Press button on the menu panel to call Property Builder.
Property Builder:

In the "View" window you may see the code fragment that will be added to your project.
If you would like to change Font for the "View" window, go to the Settings на "List Tabs"=Property and change the View Font.
Parameters:
Accessibility
- None
- Public
- Private
- Friend
Static
- None
- Static
Name
- Name - the name of Property
Value Type
- Boolean
- Byte
- Collection
- Currency
- Date
- Double
- ErrObject
- Integer
- Long
- Object
- Single
- StdFonf
- StdPicture
- String
- Variant
Member Variable (Prefix) takes one of the values depending on "Value Type" and can be adjusted by the user.
| Type |
Prefix |
| Boolean |
m_b |
| Byte |
m_Byt |
| Collection |
m_col |
| Currency |
m_cur |
| Date |
m_dt |
| Double |
m_db |
| ErrObject |
m_er |
| Integer |
m_int |
| Long |
m_lng |
| Object |
m_obj |
| Single |
m_sng |
| StdFonf |
m_stf |
| StdPicture |
m_stp |
| String |
m_str |
| Variant |
m_var |
Description
Description - text field to insert the description of the procedure into the module body.
Module
Module is the list of all component names of your project and the name of the new module "New Module".
|