掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
クラスモジュール内のユーザー定義型変数を外部から変更するには? (ID:119810)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
Friend Property Get Z_strY1(index As Integer) As String Z_strY1 = m_Z(index).strY1 End Property Friend Property Let Z_strY1(index As Integer, Value As String) m_Z(index).strY1 = Value End Property Friend Property Get Z_lngY2(index As Integer) As String Z_lngY2 = m_Z(index).lngY2 End Property Friend Property Let Z_strY2(index As Integer, Value As String) m_Z(index).lngY2 = Value End Property というPropertyを作るのはだめですか?
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2020 Takeshi Okamoto All Rights Reserved.