oi10:presentation_server:propertynamesx_property_propertygrid

PROPERTYNAMESX property (PropertyGrid)

Returns a list of all property item names in the control.

The property value is an @fm delimited list of property names for all items in the control.

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

Category items are not included in the returned list (See the Property Grid developer notes above).

 
$Insert PS_Property_Grid_Equates

   $Insert Logical

   

   CtrlEntID = @Window : ".PRG_MAIN"

   

   // Set the full list of items...

   //

   // Data

   //    Title    - Yadda

   //    SubTitle - Whatever

   // UI

   //    Visible - TRUE$

   //    Color   - 0xFF (red)

   

   Pgl     = "Data" : @Vm : "Title"    : @Vm : PS_PGI_EDIT$     : @Vm : "Yadda"

   Pgl<-1> = "Data" : @Vm : "SubTitle" : @Vm : PS_PGI_EDIT$     : @Vm : "Whatever"

   Pgl<-1> = "UI"   : @Vm : "Visible"  : @Vm : PS_PGI_CHECK$    : @Vm : TRUE$

   Pgl<-1> = "UI"   : @Vm : "Color"    : @Vm : PS_PGI_COLORDLG$ : @Vm : 0xFF

   

   Call Set_Property_Only( CtrlEntID, "LIST", Pgl )

   

   // Get the names of the visible property item

   PropNames = Get_Property( CtrlEntID, "PROPERTYNAMESX" )

   

   // PropNames contains four @fm-delimited property names:

   //

   //   Title

   //   SubTitle

   //   Visible

   //   Color
 
 
 

PROPERTYNAMES property

.

  • oi10/presentation_server/propertynamesx_property_propertygrid.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1