MPLATFORMLib Namespace > IMConfig Interface : ConfigShowProps Method |
Sub ConfigShowProps( _ ByVal _bsType As String, _ ByVal _bsPropsType As String, _ ByVal _lWndHandle As Long _ )
void ConfigShowProps( string _bsType, string _bsPropsType, long _lWndHandle )
procedure ConfigShowProps( _bsType: String; _bsPropsType: String; _lWndHandle: Int64 );
void ConfigShowProps( BSTR* _bsType, BSTR* _bsPropsType, long _lWndHandle )
myWriter.ConfigShowProps("format", "", 0)
myWriter.ConfigShowProps("format", "", 0);
var myWriter: MWriter; myConfig: IMConfig; myOption: string; begin myWriter:= CreateComObject(CLASS_MWriter) as MWriter; myConfig:=myWriter as IMConfig; myConfig.ConfigShowProps('format', '', 0); end;