DK11 for Delphi | VCL.GisLineSymbolEditor.TGIS_LineSymbolEditor.Execute | Overloads | Constructors | Methods | Properties
Execute dialog on a bitmap given by path.
Available also on: ActiveX.
// Delphi public function Execute( const _path : String; const _onhelp : TGIS_HelpEvent ) : Integer; overload;
// C++ Builder public: int Execute( const UnicodeString _path, TGIS_HelpEvent* const _onhelp ) /* overload */;
Name | Type | Description |
---|---|---|
_path | String | path to the symbol. |
_onhelp | TGIS_HelpEvent | help notification function; if assigned the help button will be visible and help support will be enabled; |
Type | Description |
---|---|
Integer | Modal result. |