Sub EditSelectionGetByIndex( _ ByVal _nIndex As Integer, _ ByRef _pbsItemID As String, _ ByRef _pbsColor As String _ )
void EditSelectionGetByIndex( int _nIndex, out string _pbsItemID, out string _pbsColor )
procedure EditSelectionGetByIndex( _nIndex: Integer; Out _pbsItemID: String; Out _pbsColor: String );
void EditSelectionGetByIndex( int _nIndex, [PARAMFLAG::Out] BSTR* _pbsItemID, [PARAMFLAG::Out] BSTR* _pbsColor )
IMLCharGenEdit Interface IMLCharGenEdit Members