Lookup Property
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Fields/Grid Field Properties/Lookup/Lookup.xml
When checked, makes the Textbox or Textarea control able to open a secondary lookup grid and retrieve field values.
Property Sheets
/documentation/pages/Index/Property Sheets.xml
Page links relating to property sheets:
Defining Property Overrides
/documentation/pages/Server/Guide/Design/View/A5W/Defining Property Overrides.xml
Web publishing applications only. Web components have many properties, which you set in the grid, dialog, and other component builders. After you place a component on an A5W page, you will find a property override section for it in the source of the page. The code below shows a piece of an A5W page which contains a grid component named Invoices.
Layout Editors - Modeless Property Editor
/documentation/pages/Guides/Desktop/Design/Data/DBF/Layout Editors Modeless Property Editor.xml
You can now edit the properties of the objects on your Layout using a modeless, dockable Property Grid. This makes editing properties much quicker than having to right click on an object and bring up a modal properties dialog. The image below shows a Form in Design Mode with the Properties Dock Panel visible. As soon as you set a value in the Properties Dock Panel, the Layout is immediately updated to reflect the property value. If you don't like the change you just made, select the Undo command from the menu. You will notice that the property names have a + icon to their left. This allows you to define 'Dynamic Properties'. See the section on Dynamic Properties for more information.
Property Grids
/documentation/pages/Server/Guide/Design/View/Grid/Property Grids.xml
Some general information on searching for properties, password fields, and view settings.
Property-Grid Style Dialog
/documentation/pages/Guides/Desktop/Xdialog/Property-Grid Style Dialog.xml
To create a property-grid style Xdialog.
Form Layout - Mouse Cursor Property
/documentation/pages/Guides/Desktop/Design/View/Form/Form Layout - Mouse Cursor Property.xml
You can now set a property for all objects on Form layout to control the mouse cursor when the mouse is over that object. The property can be set using the Dynamic Properties Pane. The property can also be dynamic - so that actual image used for the cursor can be dynamically computed.
Data series Property
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Data Series/Data series.xml
Define a data series. Data series serve as inputs to several different types of UX controls (Charts, etc.)
Using the Thread UI_Disable Property
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic/Using the Thread UI_Disable Property.xml
UI_Disable is a property of all threads. When set to .T., much UI-related functionality within Alpha Five is disabled. This is useful in a background thread, for example to prevent a print progress dialog from being displayed.
Property-Sheet Style Dialog
/documentation/pages/Guides/Desktop/Xdialog/Property-Sheet Style Dialog.xml
To create a property-sheet style Xdialog.