GraphicalSchemaField.SetSchema

Syntax:

SetSchema(<GraphicalSchema>)

Parameters:

<GraphicalSchema> (required)

Type: GraphicalSchema.
Copy of a graphical schema.

Description:

Sets "Flowchart" value for the "Flowchart Field" control for displaying.

Availability:

Thick client.

Example:

Procedure OnOpen()
    Flowchart = ThisObject.GetFlowchart();
    Controls.SchemeField1.SetScheme(Flowchart);
EndProcedure


    

1C:Enterprise Developer's Community